mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user