Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 4eebd7c

Browse files
committed
draft support for Laravel 5.7.x and PHPUnit 7.x
1 parent 907f120 commit 4eebd7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
},
4949
"require": {
5050
"php": ">=7.1.0",
51-
"laravel/framework": "5.5.*|5.6.*",
51+
"laravel/framework": "5.5.*|5.6.*|5.7.*",
5252
"paragonie/random_compat": "^1.1|^2.0"
5353
},
5454
"require-dev": {
5555
"codeclimate/php-test-reporter": "dev-master",
56-
"phpunit/phpunit": "~6.0",
56+
"phpunit/phpunit": "~6.0|~7.0",
5757
"orchestra/testbench": "^3.5",
58-
"barryvdh/laravel-ide-helper": "^2.4"
58+
"barryvdh/laravel-ide-helper": "^2.5"
5959
},
6060
"autoload": {
6161
"psr-4": {

0 commit comments

Comments
 (0)