mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
[Chore] Composer 2 support (#963)
* chore: update grumphp * chore: allow composer 2 packages
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=7.2",
|
||||||
"barryvdh/reflection-docblock": "^2.0.6",
|
"barryvdh/reflection-docblock": "^2.0.6",
|
||||||
"composer/composer": "^1.6",
|
"composer/composer": "^1.6 || ^2.0@dev",
|
||||||
"doctrine/dbal": "~2.3",
|
"doctrine/dbal": "~2.3",
|
||||||
"illuminate/console": "^5.5 || ^6 || ^7",
|
"illuminate/console": "^5.5 || ^6 || ^7",
|
||||||
"illuminate/filesystem": "^5.5 || ^6 || ^7",
|
"illuminate/filesystem": "^5.5 || ^6 || ^7",
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
"illuminate/view": "^5.5 || ^6 || ^7",
|
"illuminate/view": "^5.5 || ^6 || ^7",
|
||||||
"mockery/mockery": "^1.3",
|
"mockery/mockery": "^1.3",
|
||||||
"orchestra/testbench": "^3 || ^4 || ^5",
|
"orchestra/testbench": "^3 || ^4 || ^5",
|
||||||
"phpro/grumphp": "^0.17.1",
|
"phpro/grumphp": "^0.19.0",
|
||||||
"squizlabs/php_codesniffer": "^3.5",
|
"squizlabs/php_codesniffer": "^3.5",
|
||||||
"vimeo/psalm": "^3.12"
|
"vimeo/psalm": "^3.12"
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-3
@@ -1,6 +1,4 @@
|
|||||||
parameters:
|
grumphp:
|
||||||
git_dir: .
|
|
||||||
bin_dir: vendor/bin
|
|
||||||
tasks:
|
tasks:
|
||||||
phpunit:
|
phpunit:
|
||||||
config_file: ~
|
config_file: ~
|
||||||
|
|||||||
Reference in New Issue
Block a user