Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Mar 14, 2024
1 parent bb274e6 commit 7f0a227
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 31 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"webmozart/assert": "^1.2"
},
"require-dev": {
"malukenho/docheader": "^1.0.0",
"malukenho/docheader": "^0.1.8 || ^1.0.0",
"behat/behat": "^3.6",
"behat/mink": "^1.8",
"behat/mink-extension": "^2.3",
Expand Down Expand Up @@ -104,7 +104,7 @@
"behat": "./ci/qa/behat",
"behat-selenium": "./ci/qa/behat-selenium",
"test": "./ci/qa/phpunit",
"license-headers": "vendor/bin/docheader check src/",
"license-headers": "./ci/qa/docheader",
"frontend-install": [
"yarn install --frozen-lockfile",
"yarn encore production"
Expand Down
49 changes: 20 additions & 29 deletions composer.lock

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

0 comments on commit 7f0a227

Please sign in to comment.