* Test L7

* Update composer.json
This commit is contained in:
Barry vd. Heuvel
2020-03-10 15:00:00 +01:00
committed by GitHub
parent 0692626c41
commit 1d1484025c
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -47,6 +47,8 @@ matrix:
env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-lowest'
- php: '7.4'
env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-stable' RUN_PHPCS=1
- php: '7.4'
env: LARAVEL='^7.0' COMPOSER_FLAGS='--prefer-stable' RUN_PHPCS=1
before_script:
- phpenv config-rm xdebug.ini || true
+1 -1
View File
@@ -23,7 +23,7 @@
"illuminate/view": "^5.5|^6|^7",
"phpro/grumphp": "^0.17.1",
"squizlabs/php_codesniffer": "^3",
"orchestra/testbench": "^3|^4",
"orchestra/testbench": "^3|^4|^5",
"mockery/mockery": "^1.3"
},
"autoload": {