Skip to content

Commit 3352e99

Browse files
committed
chore(composer/package): support Laravel 8
1 parent 53ff7fe commit 3352e99

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@
1313
"minimum-stability": "dev",
1414
"prefer-stable": true,
1515
"require": {
16+
"php": ">=7.3",
1617
"monolog/monolog": "^1.12|^2.0",
1718
"ramsey/uuid": "^4.0.0"
1819
},
1920
"require-dev": {
2021
"fzaninotto/faker": "^1.9@dev",
21-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
22-
"illuminate/log": "^6.0|^7.0|^8.0|^9.0",
23-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/contracts": "^8.0",
23+
"illuminate/log": "^8.0",
24+
"illuminate/support": "^8.0",
2425
"mockery/mockery": "^1.3.2",
2526
"nunomaduro/larastan": "^1.0",
26-
"orchestra/database": "^5.0",
27-
"orchestra/testbench": "^5.0",
27+
"orchestra/database": "^6.0",
28+
"orchestra/testbench": "^6.0",
2829
"phpstan/phpstan": "^1.7",
2930
"phpunit/phpunit": "^8.0",
3031
"sempro/phpunit-pretty-print": "1.2.2",

0 commit comments

Comments
 (0)