Skip to content

Commit 211427f

Browse files
committed
adding missing depencency updates
1 parent 4d6dd6f commit 211427f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-pdo_sqlite": "*",
1616
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
1717
"illuminate/database": "^8.40|^9.0|^10.0|^11.0|^12.0",
18-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
18+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
1919
"php": "^8.0"
2020
},
2121
"require-dev": {

packages/model/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.0",
2121
"ext-pdo_sqlite": "*",
2222
"illuminate/database": "^8.40|^9.0|^10.0|^11.0|^12.0",
23-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
23+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)