We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358b823 commit c807730Copy full SHA for c807730
composer.json
@@ -10,11 +10,14 @@
10
}
11
],
12
"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"
+ "php": "^7.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "illuminate/notifications": "^5.5|^6.0"
+ },
+ "require-dev": {
18
+ "php-coveralls/php-coveralls": "^2.1",
19
+ "orchestra/testbench": "^3.5|^4.0",
20
+ "friendsofphp/php-cs-fixer": "^2.15"
21
},
22
"autoload": {
23
"psr-4": {
@@ -24,6 +27,11 @@
24
27
"src/helpers.php"
25
28
]
26
29
30
+ "autoload-dev": {
31
+ "psr-4": {
32
+ "Calchen\\LaravelOcr\\Test\\": "tests"
33
+ }
34
35
"extra": {
36
"laravel": {
37
"providers": [
0 commit comments