Skip to content

Commit c5b1a9d

Browse files
committed
Merge branch 'release/2.0.0'
2 parents 117ed1a + e7c9cc1 commit c5b1a9d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=7.2"
22+
"php": "^7.2.5",
23+
"laravel/framework": "^6.0|^7.0"
2324
},
2425
"require-dev": {
25-
"orchestra/testbench": "^3.7",
26-
"phpunit/phpunit": "8.3.4",
26+
"orchestra/testbench": "^5.2",
27+
"phpunit/phpunit": "9.1",
2728
"phpmd/phpmd": "^2.6",
2829
"squizlabs/php_codesniffer": "^3.3",
2930
"consistence/coding-standard": "^3.8",
30-
"slevomat/coding-standard": "^5.0"
31+
"slevomat/coding-standard": "^6.3"
3132
},
3233
"autoload": {
3334
"psr-4": {

0 commit comments

Comments
 (0)