Skip to content

Commit 0e05357

Browse files
authored
[0.3.x] Supports PHP 8.4 (#167)
* [0.2.x] Supports PHP 8.4 Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 42d9568 commit 0e05357

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.1, 8.2, 8.3]
22+
php: [8.1, 8.2, 8.3, 8.4]
2323

2424
name: PHP ${{ matrix.php }} - With Collections
2525

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"symfony/console": "^6.2|^7.0"
2424
},
2525
"require-dev": {
26+
"illuminate/collections": "^10.0|^11.0",
2627
"phpstan/phpstan": "^1.11",
27-
"pestphp/pest": "^2.3",
28+
"pestphp/pest": "^2.3|^3.4",
2829
"mockery/mockery": "^1.5",
29-
"phpstan/phpstan-mockery": "^1.1",
30-
"illuminate/collections": "^10.0|^11.0"
30+
"phpstan/phpstan-mockery": "^1.1"
3131
},
3232
"conflict": {
3333
"illuminate/console": ">=10.17.0 <10.25.0",

0 commit comments

Comments
 (0)