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