Skip to content

Commit 362de7b

Browse files
committed
chore: change dependencies to use laravel/framework because of unexported functions (resolves #107)
1 parent 40c9bb1 commit 362de7b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
"require": {
1717
"php": "^8.0",
1818
"doctrine/dbal": "^2.6|^3.5|^4.0",
19-
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
20-
"illuminate/database": "^6.0|^7.0|^8.79|^9.0|^10.0|^11.0|^12.0",
21-
"illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
22-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
19+
"laravel/framework": "^6.0|^7.0|^8.79|^9.0|^10.0|^11.0|^12.0",
2320
"spatie/regex": "^2.0|^3.0"
2421
},
2522
"require-dev": {

0 commit comments

Comments
 (0)