Skip to content

Commit

Permalink
Merge pull request #111 from plank/php-84
Browse files Browse the repository at this point in the history
Add PHP 8.4 support
  • Loading branch information
frasmage authored Dec 5, 2024
2 parents fb0d0ab + bc89164 commit 9c91fff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
prefer-lowest: ['','--prefer-lowest']
name: PHP ${{ matrix.php-versions }} ${{ matrix.prefer-lowest }}
steps:
Expand Down
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"illuminate/support": "^10.10|^11.0",
"illuminate/database": "^10.10|^11.0",
"phpoption/phpoption": "^1.8"
"illuminate/support": "^10.48.25|^11.34.0",
"illuminate/database": "^10.48.25|^11.34.0",
"phpoption/phpoption": "^1.9.3"
},
"require-dev": {
"symfony/symfony": "^6.1|^7.0",
"laravel/legacy-factories": "^1.0.4",
"orchestra/testbench": "^8.0|^9.0",
"laravel/legacy-factories": "^1.4.0",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.5",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/promises": "^1.4",
"mockery/mockery": "^1.4.2",
"nesbot/carbon" : "^2.62.1",
"guzzlehttp/guzzle": "^7.9",
"guzzlehttp/promises": "^1.5",
"mockery/mockery": "^1.6.0",
"nesbot/carbon" : "^2.72.0",
"php-coveralls/php-coveralls": "^2.7.0"
},
"autoload-dev":{
Expand Down

0 comments on commit 9c91fff

Please sign in to comment.