Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 7e56d7b

Browse files
update dependencies for Laravel 7
1 parent 3537d9c commit 7e56d7b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
],
1313
"require": {
1414
"php": "^7.2.5",
15-
"illuminate/container": "^6.0|^7.0",
16-
"illuminate/database": "^6.0|^7.0"
15+
"illuminate/container": "^7.0",
16+
"illuminate/contracts": "^7.0",
17+
"illuminate/database": "^7.0"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^8.0",
2021
"mockery/mockery": "^1.2.3",
21-
"orchestra/testbench": "^4.0"
22+
"orchestra/testbench": "^5.0"
2223
},
2324
"autoload": {
2425
"psr-4": {

0 commit comments

Comments
 (0)