Skip to content

Commit

Permalink
Merge pull request #128 from Sysix/feature/php-8.3
Browse files Browse the repository at this point in the history
Add Support for PHP 8.3, remove Support  for PHP 7.4
  • Loading branch information
Sysix authored Nov 24, 2023
2 parents b435205 + 67981ed commit eaa1214
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 246 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.1, 8.0, 7.4]
php: [8.3, 8.2, 8.1, 8.0]
dependency-version: [prefer-lowest, prefer-stable]
guzzle: [7.*, 6.2]

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
],
"license": "MIT",
"require": {
"php": "^7.4 | ^8",
"php": "^8",
"ext-json": "*",
"ext-curl": "*",
"guzzlehttp/guzzle": "^6.2 | ^7.0",
"psr/cache": "^1.0 | ^2.0 | ^3.0"
},
"require-dev": {
"fzaninotto/faker": "^1.9.1",
"phpunit/phpunit": "^9.0",
"symfony/cache": "^5.1"
},
Expand Down
Loading

0 comments on commit eaa1214

Please sign in to comment.