Skip to content

Commit 4460b25

Browse files
refactor(composer.json): add laravel/framework to require-dev section
1 parent 45d38be commit 4460b25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0",
1919
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
2020
},
21+
"require-dev": {
22+
"laravel/framework": "^8.0|^9.0|^10.0"
23+
},
2124
"autoload": {
2225
"psr-4": {
2326
"Eghamat24\\DatabaseRepository\\": "src/"

0 commit comments

Comments
 (0)