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

Commit e1b823a

Browse files
Laravel 8
1 parent 0298fef commit e1b823a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

composer.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2.5",
15-
"illuminate/container": "^7.0",
16-
"illuminate/contracts": "^7.0",
17-
"illuminate/database": "^7.0",
14+
"php": "^7.3",
15+
"illuminate/container": "^8.0",
16+
"illuminate/contracts": "^8.0",
17+
"illuminate/database": "^8.0",
1818
"ramsey/uuid": "^4.1"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^8.0",
22-
"mockery/mockery": "^1.2.3",
23-
"orchestra/testbench": "^5.0"
21+
"phpunit/phpunit": "^9.3",
22+
"mockery/mockery": "^1.3.1",
23+
"orchestra/testbench": "^6.0"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -32,5 +32,9 @@
3232
"Tests\\": "tests/"
3333
}
3434
},
35-
"minimum-stability": "stable"
35+
"minimum-stability": "dev",
36+
"prefer-stable": true,
37+
"config": {
38+
"sort-packages": true
39+
}
3640
}

0 commit comments

Comments
 (0)