Skip to content

Commit

Permalink
maintenance/6.0:
Browse files Browse the repository at this point in the history
- Updated composer lock files for 6.0 release
  • Loading branch information
24198 committed Nov 6, 2024
1 parent 8180cf4 commit 6b071df
Show file tree
Hide file tree
Showing 3 changed files with 2,337 additions and 2,315 deletions.
67 changes: 32 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,49 +30,49 @@
}
},
"require": {
"oro/platform": "5.1.*",
"oro/platform-serialised-fields": "5.1.*",
"oro/calendar-bundle": "5.1.*",
"oro/oauth2-server": "5.1.*",
"oro/crm-task-bundle": "5.1.*",
"marellocommerce/marello": "~5.0.0"
"oro/platform": "6.0.*",
"oro/platform-serialised-fields": "6.0.*",
"oro/calendar-bundle": "6.0.*",
"oro/oauth2-server": "6.0.*",
"oro/crm-task-bundle": "6.0.*",
"marellocommerce/marello": "6.0.*"
},
"require-dev": {
"behat/behat": "~3.10.0",
"behat/behat": "~3.12.0",
"behat/gherkin": "~4.9.0",
"behat/mink": "~1.9.0",
"friends-of-behat/mink-extension": "~v2.5.0",
"behat/mink-selenium2-driver": "~1.5.0",
"friends-of-behat/symfony-extension": "~2.2.0",
"friendsofphp/php-cs-fixer": "~3.4.0",
"johnkary/phpunit-speedtrap": "~4.0.0",
"nelmio/alice": "~3.9.0",
"oro/twig-inspector": "1.0.*",
"phpmd/phpmd": "~2.11.1",
"phpunit/phpunit": "~9.5.1",
"sebastian/phpcpd": "6.0.*",
"squizlabs/php_codesniffer": "~3.6.0",
"symfony/browser-kit": "~5.4.0",
"symfony/css-selector": "~5.4.0",
"symfony/error-handler": "~5.4.0",
"symfony/debug-bundle": "~5.4.0",
"symfony/dom-crawler": "~5.4.0",
"symfony/phpunit-bridge": "~5.4.0",
"symfony/stopwatch": "~5.4.0",
"symfony/var-dumper": "~5.4.0",
"symfony/var-exporter": "~5.4.0",
"symfony/web-profiler-bundle": "~5.4.0",
"theofidry/alice-data-fixtures": "~1.4.0"
"behat/mink": "~1.10.0",
"friends-of-behat/mink-extension": "~v2.7.2",
"behat/mink-selenium2-driver": "~1.6.0",
"friends-of-behat/symfony-extension": "~2.4.0",
"nelmio/alice": "~3.12.1",
"theofidry/alice-data-fixtures": "~1.6.0",
"phpunit/phpunit": "~9.5.27",
"johnkary/phpunit-speedtrap": "~4.0.1",
"squizlabs/php_codesniffer": "~3.7.1",
"phpmd/phpmd": "~2.13.0",
"sebastian/phpcpd": "~6.0.3",
"symfony/phpunit-bridge": "~6.4.0",
"symfony/browser-kit": "~6.4.0",
"symfony/css-selector": "~6.4.0",
"symfony/debug-bundle": "~6.4.0",
"symfony/dom-crawler": "~6.4.0",
"symfony/stopwatch": "~6.4.0",
"symfony/var-dumper": "~6.4.0",
"symfony/var-exporter": "~6.4.0",
"symfony/web-profiler-bundle": "~6.4.0",
"friendsofphp/php-cs-fixer": "~3.13.2",
"oro/twig-inspector": "1.1.*"
},
"config": {
"bin-dir": "bin",
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"php-http/discovery": false,
"composer/package-versions-deprecated": true,
"symfony/runtime": true,
"symfony/flex": true,
"symfony/runtime": true
"php-http/discovery": false
}
},
"scripts": {
Expand Down Expand Up @@ -198,9 +198,6 @@
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"symfony": {
"require": "~5.4.0"
},
"runtime": {
"dotenv_path": ".env-app",
"env_var_name": "ORO_ENV",
Expand Down
Loading

0 comments on commit 6b071df

Please sign in to comment.