Skip to content

Commit 2a9d9e6

Browse files
committed
Add PHP8.4
1 parent 3ed8637 commit 2a9d9e6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '8.1', '8.2', '8.3' ]
14+
php: [ '8.1', '8.2', '8.3', '8.4' ]
1515

1616
steps:
1717
- id: checkout

Diff for: composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"issues": "https://github.com/magicsunday/jsonmapper/issues"
1515
},
1616
"require": {
17-
"php": ">=8.1.0 <8.4.0",
17+
"php": ">=8.1.0 <8.5.0",
1818
"ext-json": "*",
1919
"symfony/property-info": "^6.0 || ^7.0",
2020
"symfony/property-access": "^6.0 || ^7.0",
@@ -23,14 +23,14 @@
2323
},
2424
"require-dev": {
2525
"phpdocumentor/reflection-docblock": "^5.0",
26-
"friendsofphp/php-cs-fixer": "^3.50",
27-
"overtrue/phplint": "^3.4 || ^9.0",
28-
"phpunit/phpunit": "^10.0 || ^11.0",
29-
"phpstan/phpstan": "^1.10",
30-
"phpstan/phpstan-phpunit": "^1.3",
31-
"phpstan/phpstan-strict-rules": "^1.5",
32-
"phpstan/phpstan-deprecation-rules": "^1.1",
33-
"rector/rector": "^1.0"
26+
"friendsofphp/php-cs-fixer": "^3.65",
27+
"overtrue/phplint": "^9.0",
28+
"phpunit/phpunit": "^11.0",
29+
"phpstan/phpstan": "^2.0",
30+
"phpstan/phpstan-phpunit": "^2.0",
31+
"phpstan/phpstan-strict-rules": "^2.0",
32+
"phpstan/phpstan-deprecation-rules": "^2.0",
33+
"rector/rector": "^2.0"
3434
},
3535
"suggest": {
3636
"phpdocumentor/reflection-docblock": "In order to use the PhpDocExtractor this library is required too."

0 commit comments

Comments
 (0)