Skip to content

Commit 39e677e

Browse files
committed
Upgrade to Laravel 8.x
1 parent e0a7a0d commit 39e677e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"php": "^7.3",
1616
"ext-json": "*",
1717
"arvenil/ninja-mutex": "^0.6",
18-
"illuminate/support": "^8.0",
19-
"illuminate/console": "^8.0"
18+
"illuminate/console": "^8.0",
19+
"illuminate/support": "^8.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^8.4|^9.0",
2323
"mockery/mockery": "^1.3.1",
2424
"orchestra/testbench": "^6.0",
25-
"illuminated/testing-tools": "dev-master",
25+
"illuminated/testing-tools": "^8.0",
2626
"predis/predis": "^1.1.1",
2727
"ext-pdo_mysql": "*",
2828
"ext-redis": "*"

0 commit comments

Comments
 (0)