Skip to content

Commit

Permalink
Unpack and update dependencies (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas authored Jun 26, 2020
1 parent cebb61b commit ada6f40
Show file tree
Hide file tree
Showing 11 changed files with 969 additions and 935 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "repman-io/repman",
"type": "project",
"description": "PHP Repository Manager - fast packagist proxy",
"keywords": ["php", "composer", "repository-management", "packagist-mirror", "pacakges", "private-packagist", "php-pacakges", "pacagist-proxy", "security-scanner"],
"license": "MIT",
"require": {
"php": "^7.4.1",
Expand All @@ -17,6 +18,9 @@
"cbschuld/browser.php": "^1.9",
"composer/composer": "^1.10.1",
"composer/semver": "^1.5",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-migrations-bundle": "^2.1",
"doctrine/orm": "^2.7",
"knplabs/github-api": "^2.12",
"knpuniversity/oauth2-client-bundle": "^2.0",
"league/oauth2-github": "^2.0",
Expand All @@ -39,12 +43,13 @@
"symfony/mailer": "5.0.*",
"symfony/messenger": "5.0.*",
"symfony/monolog-bundle": "^3.5",
"symfony/orm-pack": "^1.0",
"symfony/process": "5.0.*",
"symfony/security-bundle": "5.0.*",
"symfony/twig-pack": "^1.0",
"symfony/twig-bundle": "5.0.*",
"symfony/validator": "5.0.*",
"symfony/yaml": "5.0.*"
"symfony/yaml": "5.0.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
"replace": {
"paragonie/random_compat": "2.*",
Expand Down Expand Up @@ -76,7 +81,9 @@
"sensiolabs/security-checker": "^6.0",
"symfony/browser-kit": "5.0.*",
"symfony/maker-bundle": "^1.14",
"symfony/profiler-pack": "^1.0"
"symfony/stopwatch": "^5.0",
"symfony/twig-bundle": "^5.0",
"symfony/web-profiler-bundle": "^5.0"
},
"config": {
"preferred-install": {
Expand Down
Loading

0 comments on commit ada6f40

Please sign in to comment.