Skip to content

Commit

Permalink
build(composer.json) add illuminate\support dev dependency to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Mar 18, 2024
1 parent 9a4ae05 commit f50046a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
}
],
"minimum-stability": "stable",
"require": {},
"require-dev": {
"codeception/module-asserts": "^1.0",
"codeception/module-cli": "^1.0",
Expand All @@ -42,7 +41,8 @@
"szepeviktor/phpstan-wordpress": "^1.1",
"symfony/event-dispatcher-contracts": "^2.5.1",
"symfony/string": "^5.4",
"saggre/phpdocumentor-markdown": "^0.1.3"
"saggre/phpdocumentor-markdown": "^0.1.3",
"illuminate/support": "^8.83"
},
"scripts": {
"create-docs": [
Expand Down

0 comments on commit f50046a

Please sign in to comment.