Skip to content

Commit f026cbc

Browse files
committed
Added Laravel 12 Support
1 parent 44bb855 commit f026cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.1 | ^8.4"
18+
"php": "^8.1 | ^8.2 | ^8.3 | ^8.4"
1919
},
2020
"require-dev": {
2121
"pestphp/pest": "^2.20",
@@ -46,4 +46,4 @@
4646
},
4747
"minimum-stability": "dev",
4848
"prefer-stable": true
49-
}
49+
}

0 commit comments

Comments
 (0)