Skip to content

Commit

Permalink
Merge pull request #99 from tienvx/upgrade-symfony-to-4.2-rc
Browse files Browse the repository at this point in the history
Upgrade symfony to 4.2 rc
  • Loading branch information
tienvx committed Nov 27, 2018
2 parents 39060a4 + 7f65bd1 commit f80d81d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
"php": "^7.1.3",
"ext-json": "*",
"graphp/algorithms": "^0.8.1",
"symfony/framework-bundle": "^v4.2@beta",
"symfony/console": "^v4.2@beta",
"symfony/workflow": "^v4.2@beta",
"symfony/validator": "^v4.2@beta",
"symfony/messenger": "^v4.2@beta",
"symfony/process": "^v4.2@beta",
"symfony/serializer": "^4.2@beta",
"symfony/framework-bundle": "^v4.2@RC",
"symfony/console": "^v4.2@RC",
"symfony/workflow": "^v4.2@RC",
"symfony/validator": "^v4.2@RC",
"symfony/messenger": "^v4.2@RC",
"symfony/process": "^v4.2@RC",
"symfony/serializer": "^4.2@RC",
"doctrine/doctrine-bundle": "^1.9",
"doctrine/orm": "^2.6"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
"php-coveralls/php-coveralls": "^2.1",
"friendsofphp/php-cs-fixer": "^2.13",
"symfony/yaml": "^4.2@beta",
"symfony/expression-language": "^4.2@beta",
"symfony/security-bundle": "^4.2@beta",
"symfony/yaml": "^4.2@RC",
"symfony/expression-language": "^4.2@RC",
"symfony/security-bundle": "^4.2@RC",
"symfony/maker-bundle": "^1.9",
"symfony/monolog-bundle": "^3.3"
},
"minimum-stability": "beta",
"minimum-stability": "RC",
"autoload": {
"psr-4": {
"Tienvx\\Bundle\\MbtBundle\\": "src/"
Expand Down

0 comments on commit f80d81d

Please sign in to comment.