We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f291729 commit b221ecdCopy full SHA for b221ecd
composer.json
@@ -6,7 +6,7 @@
6
"datatable",
7
"laravel"
8
],
9
- "version": "3.6",
+ "version": "3.6.1",
10
"license": "MIT",
11
"authors": [{
12
"name": "Yogesh Sharma",
@@ -15,13 +15,13 @@
15
"minimum-stability": "dev",
16
"require": {
17
"php": ">=7.0.0",
18
- "laravel/framework": "5.*|6.*|7.*|8.*|9.*|10.*",
+ "laravel/framework": ">=5.*",
19
"iyogesharma/export": "^1.0",
20
"ext-json": "*"
21
},
22
"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"
+ "phpunit/phpunit": ">=6.4",
+ "orchestra/testbench": ">=3.5.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments