Skip to content

Commit ba7cf8d

Browse files
committed
Move league/construct-finder to require-dev.
1 parent b70e67a commit ba7cf8d

File tree

2 files changed

+54
-55
lines changed

2 files changed

+54
-55
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"license": "MIT",
66
"require": {
77
"php": "^8.0",
8-
"ext-fileinfo": "*",
9-
"league/construct-finder": "^1.1"
8+
"ext-fileinfo": "*"
109
},
1110
"require-dev": {
1211
"phpunit/phpunit": "^9.5.11",
1312
"ramsey/uuid": "^4.2",
1413
"friendsofphp/php-cs-fixer": "^3.4",
15-
"phpbench/phpbench": "^1.2"
14+
"phpbench/phpbench": "^1.2",
15+
"league/construct-finder": "^1.1"
1616
},
1717
"suggest": {
1818
"league/construct-finder": "Find all classes in a directory for the best dumped hydrators."

composer.lock

Lines changed: 51 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)