Skip to content

Commit

Permalink
Replace composer with copy of classmap generator (#1313)
Browse files Browse the repository at this point in the history
* Replace composer with copy of classmap generator

* composer fix-style

* Remove phpcleaner

* composer fix-style

* Use filecleaner copy

* composer fix-style

Co-authored-by: laravel-ide-helper <laravel-ide-helper@users.noreply.github.com>
  • Loading branch information
barryvdh and laravel-ide-helper committed Feb 8, 2022
1 parent a227fca commit 3b03e40
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 3 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": "^7.3 || ^8.0",
"ext-json": "*",
"barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.10.23 || ^2.1.9",
"composer/pcre": "^1.0",
"doctrine/dbal": "^2.6 || ^3",
"illuminate/console": "^8 || ^9",
"illuminate/filesystem": "^8 || ^9",
Expand Down Expand Up @@ -58,7 +58,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"extra": {
"branch-alias": {
Expand Down
Loading

0 comments on commit 3b03e40

Please sign in to comment.