Skip to content

Commit c807730

Browse files
authored
兼容 6.0
1 parent 358b823 commit c807730

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

composer.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1",
14-
"guzzlehttp/guzzle": "~6.0",
15-
"phpunit/phpunit": "^7.0",
16-
"illuminate/notifications": "^5.7",
17-
"ramsey/uuid": "^3.8"
13+
"php": "^7.0",
14+
"guzzlehttp/guzzle": "^6.0",
15+
"illuminate/notifications": "^5.5|^6.0"
16+
},
17+
"require-dev": {
18+
"php-coveralls/php-coveralls": "^2.1",
19+
"orchestra/testbench": "^3.5|^4.0",
20+
"friendsofphp/php-cs-fixer": "^2.15"
1821
},
1922
"autoload": {
2023
"psr-4": {
@@ -24,6 +27,11 @@
2427
"src/helpers.php"
2528
]
2629
},
30+
"autoload-dev": {
31+
"psr-4": {
32+
"Calchen\\LaravelOcr\\Test\\": "tests"
33+
}
34+
},
2735
"extra": {
2836
"laravel": {
2937
"providers": [

0 commit comments

Comments
 (0)