We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcbecd5 + 568413d commit 3b709caCopy full SHA for 3b709ca
.github/workflows/test.yml
@@ -13,8 +13,10 @@ jobs:
13
strategy:
14
matrix:
15
include:
16
+ - php: 8.4
17
+ illuminate: ^12.0
18
- php: 8.3
- illuminate: ^11.0
19
20
- php: 8.2
21
illuminate: ^11.0
22
composer.json
@@ -21,12 +21,12 @@
],
"require": {
23
"php": "^7.4|^8.0",
24
- "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
25
"bjeavons/zxcvbn-php": "^1.2"
26
},
27
"require-dev": {
28
"orchestra/testbench": ">=4.0",
29
- "pestphp/pest": "^1.22|^2.0",
+ "pestphp/pest": "^1.22|^2.0|^3.0",
30
"squizlabs/php_codesniffer": "^3.7"
31
32
"autoload": {
0 commit comments