Dependency Update pt 2

Changelogs summary:

 - codeception/phpunit-wrapper removed (installed version was 9.0.7)

 - symfony/service-contracts downgraded from v2.5.0 to v2.4.1 minor
   See changes: https://github.com/symfony/service-contracts/compare/v2.5.0...v2.4.1
   Release notes: https://github.com/symfony/service-contracts/releases/tag/v2.4.1

 - symfony/console updated from v5.4.5 to v6.0.5 major
   See changes: https://github.com/symfony/console/compare/v5.4.5...v6.0.5
   Release notes: https://github.com/symfony/console/releases/tag/v6.0.5

 - symfony/event-dispatcher updated from v5.4.3 to v6.0.3 major
   See changes: https://github.com/symfony/event-dispatcher/compare/v5.4.3...v6.0.3
   Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v6.0.3

 - symfony/css-selector updated from v5.4.3 to v6.0.3 major
   See changes: https://github.com/symfony/css-selector/compare/v5.4.3...v6.0.3
   Release notes: https://github.com/symfony/css-selector/releases/tag/v6.0.3

 - codeception/lib-web installed in version 1.0.0
   Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.0

 - symfony/yaml updated from v5.4.3 to v6.0.3 major
   See changes: https://github.com/symfony/yaml/compare/v5.4.3...v6.0.3
   Release notes: https://github.com/symfony/yaml/releases/tag/v6.0.3

 - symfony/finder updated from v5.4.3 to v6.0.3 major
   See changes: https://github.com/symfony/finder/compare/v5.4.3...v6.0.3
   Release notes: https://github.com/symfony/finder/releases/tag/v6.0.3

 - codeception/codeception updated from 4.1.31 to 5.0.0-RC1 major
   See changes: https://github.com/Codeception/Codeception/compare/4.1.31...5.0.0-RC1
   Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0-RC1

 - codeception/module-asserts updated from 2.0.1 to 3.0.0 major
   See changes: https://github.com/Codeception/module-asserts/compare/2.0.1...3.0.0
   Release notes: https://github.com/Codeception/module-asserts/releases/tag/3.0.0

 - codeception/module-doctrine2 updated from 2.0.1 to 3.0.0 major
   See changes: https://github.com/Codeception/module-doctrine2/compare/2.0.1...3.0.0
   Release notes: https://github.com/Codeception/module-doctrine2/releases/tag/3.0.0

 - symfony/deprecation-contracts updated from v2.5.0 to v3.0.0 major
   See changes: https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v3.0.0
   Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.0.0

 - symfony/dom-crawler downgraded from v6.0.6 to v5.4.6 major
   See changes: https://github.com/symfony/dom-crawler/compare/v6.0.6...v5.4.6
   Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.4.6

 - symfony/browser-kit downgraded from v6.0.3 to v4.4.37 major
   See changes: https://github.com/symfony/browser-kit/compare/v6.0.3...v4.4.37
   Release notes: https://github.com/symfony/browser-kit/releases/tag/v4.4.37

 - codeception/lib-innerbrowser updated from 2.0.2 to 3.1.1 major
   See changes: https://github.com/Codeception/lib-innerbrowser/compare/2.0.2...3.1.1
   Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.1

 - codeception/module-phpbrowser updated from 2.0.2 to 2.5.x-dev@d3cad5e minor
   See changes: https://github.com/Codeception/module-phpbrowser/compare/2.0.2...d3cad5e

 - softcreatr/jsonpath updated from 0.7.5 to 0.8.0 minor
   See changes: https://github.com/SoftCreatR/JSONPath/compare/0.7.5...0.8.0
   Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0

 - codeception/lib-xml installed in version 1.0.0
   Release notes: https://github.com/Codeception/lib-xml/releases/tag/1.0.0

 - codeception/module-rest updated from 2.0.1 to 3.1.0 major
   See changes: https://github.com/Codeception/module-rest/compare/2.0.1...3.1.0
   Release notes: https://github.com/Codeception/module-rest/releases/tag/3.1.0
This commit is contained in:
Buster "Silver Eagle" Neece 2022-03-16 04:57:44 -05:00
parent 20b47e53b1
commit f1be6c5381
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
2 changed files with 342 additions and 267 deletions

View File

@ -72,9 +72,9 @@
"supervisorphp/supervisor": "dev-main",
"symfony/beanstalkd-messenger": "^6",
"symfony/cache": "^6",
"symfony/console": "^5.4|^6",
"symfony/event-dispatcher": "^5.4|^6",
"symfony/finder": "^5.4|^6",
"symfony/console": "^6",
"symfony/event-dispatcher": "^6",
"symfony/finder": "^6",
"symfony/intl": "^6",
"symfony/lock": "^6",
"symfony/mailer": "^6",
@ -85,7 +85,7 @@
"symfony/redis-messenger": "^6",
"symfony/serializer": "^6",
"symfony/validator": "^6",
"symfony/yaml": "^5.4|^6",
"symfony/yaml": "^6",
"theiconic/php-ga-measurement-protocol": "^2.9",
"vlucas/phpdotenv": "^5.3",
"wikimedia/composer-merge-plugin": "dev-master",
@ -107,12 +107,12 @@
"gettext/gettext": ">=5"
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^2",
"codeception/codeception": "^5.0.0-alpha2",
"codeception/module-asserts": "^3",
"codeception/module-cli": "^2",
"codeception/module-doctrine2": "^2",
"codeception/module-doctrine2": "^3",
"codeception/module-phpbrowser": "^2",
"codeception/module-rest": "^2",
"codeception/module-rest": "^3",
"ergebnis/composer-normalize": "^2.15",
"filp/whoops": "^2",
"mockery/mockery": "^1.0",
@ -126,7 +126,7 @@
"pyrech/composer-changelogs": "^1.7",
"roave/security-advisories": "dev-latest",
"slevomat/coding-standard": "^7",
"softcreatr/jsonpath": "^0.7.2",
"softcreatr/jsonpath": "^0.8",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^5.1"
},

591
composer.lock generated

File diff suppressed because it is too large Load Diff