Skip to content

Commit

Permalink
Merge pull request #199 from JeremyDunn/php81
Browse files Browse the repository at this point in the history
add PHP 8.1 support to composer.json
  • Loading branch information
JeremyDunn authored Feb 15, 2022
2 parents 269aa1a + 3b3bbb0 commit bbe2ba3
Show file tree
Hide file tree
Showing 2,920 changed files with 9 additions and 9,273 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Icon?
# composer
vendor/
composer.phar
composer.lock

# Security tokens
*.pem
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 6.0.1 (released 2022-02-14)
- Increased composer.json PHP version for 8.1

## 6.0.0 (released 2021-11-16)
- Update services, tests, examples and composer packages [#187](https://github.com/JeremyDunn/php-fedex-api-wrapper/pull/187)

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"authors": [
{
"name": "Jeremy Dunn",
"email": "[email protected]",
"homepage": "http://www.jsdunn.info"
"email": "[email protected]"
}
],
"require": {
"php": "^7.3|^8.0",
"php": ">=7.3|>=8.0|>=8.1",
"ext-soap": "*"
},
"require-dev": {
"ext-simplexml": "*",
"symfony/console": "^5.2",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5",
Expand Down
Loading

0 comments on commit bbe2ba3

Please sign in to comment.