Skip to content

Commit 44bb855

Browse files
committed
Appended PHP ^8.4 to requirement
1 parent 0bc9d90 commit 44bb855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.1"
18+
"php": "^8.1 | ^8.4"
1919
},
2020
"require-dev": {
2121
"pestphp/pest": "^2.20",
@@ -34,7 +34,7 @@
3434
},
3535
"scripts": {
3636
"test": "vendor/bin/pest",
37-
"test-coverage": "vendor/bin/pest --coverage",
37+
"test-coverage": "vendor/bin/pest --coverage",
3838
"format": "vendor/bin/pint"
3939
},
4040
"config": {
@@ -46,4 +46,4 @@
4646
},
4747
"minimum-stability": "dev",
4848
"prefer-stable": true
49-
}
49+
}

0 commit comments

Comments
 (0)