Skip to content

Commit 8efbe84

Browse files
committed
update dependencies
1 parent 26856e8 commit 8efbe84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
20-
"illuminate/auth": "^7.0",
21-
"illuminate/database": "^7.0",
22-
"illuminate/notifications": "^7.0",
23-
"illuminate/support": "^7.0",
24-
"laravel/ui": "^2.0"
19+
"php": "^7.3",
20+
"illuminate/auth": "^8.0",
21+
"illuminate/database": "^8.0",
22+
"illuminate/notifications": "^8.0",
23+
"illuminate/support": "^8.0",
24+
"laravel/ui": "^3.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^8.0",
28-
"orchestra/testbench": "^5.0"
27+
"phpunit/phpunit": "^9.0",
28+
"orchestra/testbench": "^6.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)