Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from Ticketpark/php-8
Browse files Browse the repository at this point in the history
Add support for PHP 8
  • Loading branch information
sprain committed Jun 3, 2021
2 parents a8d1271 + c94e83f commit e98782b
Show file tree
Hide file tree
Showing 15 changed files with 318 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
php: ['7.3', '7.4']
php: ['7.3', '7.4', '8.0']
stability: ['prefer-lowest', 'prefer-stable']

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^7.3.0",
"php": "^7.3|^8.0",
"jms/serializer": "^1.0|^3.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"doctrine/annotations": "^1.7"
"doctrine/annotations": "^1.11"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpstan/phpstan": "^0.12.14"
"phpstan/phpstan": "^0.12.88"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e98782b

Please sign in to comment.