Skip to content

Commit

Permalink
Updated dependencies to fix composer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 1, 2022
1 parent 48e42ad commit 5a51f40
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 624 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,20 @@
"symfony/monolog-bundle": "^3.3",
"firebase/php-jwt": "^4.0",
"crell/api-problem": "^3.1",
"composer/composer": "^2.2",
"composer/composer": "dev-bugfix/config-release",
"studio24/rotate": "^1.0",
"ramsey/uuid": "^3.9"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"bamarni/composer-bin-plugin": "^1.4"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/aschempp/composer.git"
}
],
"autoload": {
"psr-4": {
"Contao\\ManagerApi\\": "api/"
Expand Down
Loading

0 comments on commit 5a51f40

Please sign in to comment.