Skip to content

Commit b221ecd

Browse files
authored
Update composer.json
1 parent f291729 commit b221ecd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"datatable",
77
"laravel"
88
],
9-
"version": "3.6",
9+
"version": "3.6.1",
1010
"license": "MIT",
1111
"authors": [{
1212
"name": "Yogesh Sharma",
@@ -15,13 +15,13 @@
1515
"minimum-stability": "dev",
1616
"require": {
1717
"php": ">=7.0.0",
18-
"laravel/framework": "5.*|6.*|7.*|8.*|9.*|10.*",
18+
"laravel/framework": ">=5.*",
1919
"iyogesharma/export": "^1.0",
2020
"ext-json": "*"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^6.4|^9.0|^10.0",
24-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|~3.9.0|~6.4.0|~8.5.0"
23+
"phpunit/phpunit": ">=6.4",
24+
"orchestra/testbench": ">=3.5.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)