Skip to content

Commit 0ad8a96

Browse files
committed
Laravel 7 support
1 parent 41043f0 commit 0ad8a96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description":"moova.io fork for esbenp/laravel-api-consumer package",
44
"homepage":"https://github.com/moovaio/laravel-api-consumer",
55
"require": {
6-
"laravel/framework": "~6.0"
6+
"laravel/framework": "^7.0"
77
},
88
"require-dev": {
9-
"phpunit/phpunit": "~8.0",
10-
"orchestra/testbench": "4.*",
9+
"phpunit/phpunit": "^8.5",
10+
"orchestra/testbench": "5.*",
1111
"mockery/mockery": "1.3.*",
1212
"php-coveralls/php-coveralls": "2.2.*"
1313
},

0 commit comments

Comments
 (0)