Skip to content

Commit c4d1126

Browse files
Bump dependecies for Laravel 8 (#364)
1 parent a2e6010 commit c4d1126

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"require": {
1111
"laravel-shift/faker-registry": "^0.1",
1212
"symfony/yaml": "^4.3|^5.0",
13-
"illuminate/console": "^6.0|^7.0",
14-
"illuminate/filesystem": "^6.0|^7.0",
15-
"illuminate/support": "^6.0|^7.0",
13+
"illuminate/console": "^6.0|^7.0|^8.0",
14+
"illuminate/filesystem": "^6.0|^7.0|^8.0",
15+
"illuminate/support": "^6.0|^7.0|^8.0",
1616
"doctrine/dbal": "^2.9"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^8.0",
19+
"phpunit/phpunit": "^8.0|^9.3",
2020
"mockery/mockery": "^1.3",
21-
"orchestra/testbench": "^4.0|^5.0"
21+
"orchestra/testbench": "^4.0|^5.0|^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)