Skip to content

Commit

Permalink
Move league/construct-finder to require-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 3, 2022
1 parent b70e67a commit ba7cf8d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 55 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "MIT",
"require": {
"php": "^8.0",
"ext-fileinfo": "*",
"league/construct-finder": "^1.1"
"ext-fileinfo": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5.11",
"ramsey/uuid": "^4.2",
"friendsofphp/php-cs-fixer": "^3.4",
"phpbench/phpbench": "^1.2"
"phpbench/phpbench": "^1.2",
"league/construct-finder": "^1.1"
},
"suggest": {
"league/construct-finder": "Find all classes in a directory for the best dumped hydrators."
Expand Down
103 changes: 51 additions & 52 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba7cf8d

Please sign in to comment.