Skip to content

Commit c72490e

Browse files
pedrofornazaPedro Fornaza
andauthored
feat: Laravel 12.x Compatibility (#13)
Co-authored-by: Pedro Fornaza <[email protected]>
1 parent 13d4ca7 commit c72490e

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
@@ -20,10 +20,10 @@
2020
}
2121
},
2222
"require": {
23-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0"
23+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0"
2424
},
2525
"require-dev" : {
26-
"orchestra/testbench" : "^6.0|^7.0|^8.0|^9.0",
26+
"orchestra/testbench" : "^6.0|^7.0|^8.0|^9.0|^10.0",
2727
"phpunit/phpunit" : "^9.5|^10.0"
2828
},
2929
"extra" : {

0 commit comments

Comments
 (0)