Skip to content

Commit

Permalink
Upgraded to symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorpie committed Jun 28, 2022
1 parent 1bca3cf commit 962c1a2
Show file tree
Hide file tree
Showing 2 changed files with 2,957 additions and 1,415 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
],
"license": "MIT",
"require": {
"coduo/php-matcher": "^3.0",
"jms/serializer-bundle": "^2.4",
"coduo/php-matcher": "^5.0",
"jms/serializer-bundle": "3.*",
"myclabs/deep-copy": "^1.10",
"phpunit/phpunit": "^6.0|^7.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
"symfony/phpunit-bridge": "^5.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.11",
"doctrine/doctrine-bundle": "*",
"doctrine/orm": "^2.6",
"guzzlehttp/guzzle": "^6.3",
"ramsey/uuid-doctrine": "^1.5",
"sensio/framework-extra-bundle": "^5.5.0",
"symfony/monolog-bundle": "^3.1",
"symfony/polyfill-apcu": "^1.0",
"symfony/swiftmailer-bundle": "^3.1",
"symfony/symfony": "4.4.",
"symfony/web-server-bundle": "^4.4",
"symfony/symfony": "4.4.|^5.4",
"symfony/web-server-bundle": "^4.4|^5.4",
"twig/extensions": "^1.5"
},
"autoload": {
Expand Down
Loading

0 comments on commit 962c1a2

Please # to comment.