Skip to content

Commit 1bb69ec

Browse files
authored
Upgrade packages
1 parent 569831f commit 1bb69ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.2",
1716
"illuminate/database": "^6.0|^7.0",
1817
"illuminate/support": "^6.0|^7.0"
1918
},
@@ -31,9 +30,8 @@
3130
"test": "vendor/bin/phpunit"
3231
},
3332
"require-dev": {
34-
"phpunit/phpunit": "^8.0",
35-
"orchestra/testbench": "~4.2.0",
36-
"orchestra/database": "~4.2.0"
33+
"orchestra/testbench": "^5.0",
34+
"orchestra/database": "^5.0"
3735
},
3836
"config": {
3937
"sort-packages": true

0 commit comments

Comments
 (0)