Skip to content

Commit

Permalink
Temporary patch composer to fix package update issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Aug 27, 2021
1 parent 92edc3a commit da6efde
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 32 deletions.
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -34,14 +34,20 @@
"symfony/monolog-bundle": "^3.3",
"firebase/php-jwt": "^4.0",
"crell/api-problem": "^3.1",
"composer/composer": "^2.0",
"composer/composer": "dev-bugfix/package-type-update",
"studio24/rotate": "^1.0",
"ramsey/uuid": "^3.9"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"friendsofphp/php-cs-fixer": "^2.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/aschempp/composer"
}
],
"autoload": {
"psr-4": {
"Contao\\ManagerApi\\": "api/"
Expand Down
76 changes: 45 additions & 31 deletions composer.lock

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

0 comments on commit da6efde

Please sign in to comment.