Skip to content

Commit efec2a6

Browse files
committed
upgrade to Laravel Zero 8
1 parent 311436b commit efec2a6

File tree

2 files changed

+1722
-798
lines changed

2 files changed

+1722
-798
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.2",
28+
"php": "^7.3",
2929
"league/flysystem": "^1.0.69",
30-
"illuminate/database": "^7.0",
31-
"laravel-zero/framework": "^7.0",
30+
"illuminate/database": "^8.0",
31+
"laravel-zero/framework": "^8.0",
3232
"symfony/css-selector": "^5.0",
3333
"symfony/dom-crawler": "^5.0",
3434
"wa72/htmlpagedom": "^2",
35-
"vlucas/phpdotenv": "^4.1",
36-
"nunomaduro/collision": "^4.1"
35+
"vlucas/phpdotenv": "^5.0",
36+
"nunomaduro/collision": "^5.0"
3737
},
3838
"autoload": {
3939
"psr-4": {
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"require-dev": {
45-
"codedungeon/phpunit-result-printer": "^0.27",
45+
"codedungeon/phpunit-result-printer": "^0.28",
4646
"mockery/mockery": "^1.3",
47-
"phpunit/phpunit": "^8"
47+
"phpunit/phpunit": "^9.3"
4848
},
4949
"autoload-dev": {
5050
"psr-4": {

0 commit comments

Comments
 (0)