Skip to content

Commit a248e5c

Browse files
Denis-AverinIvan Kamkin
andauthored
Add explicit PHP version (#34)
* Add explicit PHP version * Add php version to README.md Co-authored-by: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com>
1 parent f1ff6e0 commit a248e5c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
/nbproject/private
44
Configuration*.json
55
!Configuration.example.json
6+
7+
/.php-cs-fixer.cache

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Aspose.BarCode Cloud SDK for PHP
22

33
[![License](https://img.shields.io/github/license/aspose-barcode-cloud/aspose-barcode-cloud-php)](LICENSE)
4-
[![PHP Latest Version](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php.yml/badge.svg)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php.yml)
5-
[![PHP Supported Versions](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php-versions.yml/badge.svg)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php-versions.yml)
4+
[![Test](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php.yml/badge.svg)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php/actions/workflows/php.yml)
65
[![Packagist Version](https://img.shields.io/packagist/v/aspose/barcode-cloud-php)](https://packagist.org/packages/aspose/barcode-cloud-php)
6+
[![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/aspose/aspose-barcode-cloud/php.svg?)]
77

88
- API version: 3.0
99
- Package version: 22.9.0
10+
- Supported PHP versions: "^7.3 || ^8.0"
1011

1112
## Demo applications
1213

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
}
126126
],
127127
"require": {
128+
"php": "^7.3 || ^8.0",
128129
"guzzlehttp/guzzle": ">=6",
129130
"ext-json": "*"
130131
},

0 commit comments

Comments
 (0)