Skip to content

Commit 06a69cf

Browse files
Merge pull request #19 from hexadog/develop
Develop
2 parents d28a7ab + d871bdb commit 06a69cf

File tree

11 files changed

+1695
-1029
lines changed

11 files changed

+1695
-1029
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
],
1515
"minimum-stability": "stable",
1616
"require": {
17-
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0",
18-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
19-
"illuminate/view": "^7.0|^8.0|^9.0|^10.0"
17+
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0",
18+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
19+
"illuminate/view": "^7.0|^8.0|^9.0|^10.0|^11.0"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^3.14",

0 commit comments

Comments
 (0)