Skip to content

Commit dc6fadc

Browse files
committed
Merge branch 'Laravel-8.x'
2 parents f7c0a62 + eea7e6d commit dc6fadc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.1.3",
20-
"illuminate/support": "^5.6",
21-
"laravelcollective/html": "^5.6",
22-
"illuminate/translation": "^5.6",
23-
"doctrine/dbal": "~2.6",
24-
"symfony/finder": "~4.0"
19+
"php": ">=7.3.0",
20+
"illuminate/support": "^8.0",
21+
"laravelcollective/html": "^6.2",
22+
"illuminate/translation": "^8.0",
23+
"doctrine/dbal": "^3.0",
24+
"symfony/finder": "^5.1"
2525
},
2626
"require-dev": {
27-
"phpspec/phpspec": "~3.0",
28-
"fzaninotto/faker": "~1.4",
29-
"mockery/mockery": "0.9.*",
30-
"phpunit/phpunit": "~7.0"
27+
"phpspec/phpspec": "^7.0",
28+
"fakerphp/faker": "^1.9.1",
29+
"mockery/mockery": "^1.4.2",
30+
"phpunit/phpunit": "^9.0"
3131
},
3232
"autoload": {
3333
"classmap": [

0 commit comments

Comments
 (0)