Skip to content

Commit e7f4938

Browse files
authored
Merge pull request #116 from roiLeo/chore/l-12-compatibility
Support Laravel 12
2 parents d3d8ac6 + 1cb96e6 commit e7f4938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"require": {
1515
"php": ">=7.1",
1616
"ext-openssl": "*",
17-
"illuminate/console": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
18-
"illuminate/database": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
19-
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
17+
"illuminate/console": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
18+
"illuminate/database": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
19+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2020
"onelogin/php-saml": "^3.0|^4.0",
2121
"ramsey/uuid": "^3.8|^4.0"
2222
},

0 commit comments

Comments
 (0)