Skip to content

Commit

Permalink
prepare release 0.10.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoiriert committed May 24, 2024
1 parent 41a2773 commit fceac61
Show file tree
Hide file tree
Showing 19 changed files with 70 additions and 70 deletions.
6 changes: 3 additions & 3 deletions packages/application/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"ext-iconv": "*",
"doctrine/common": "^3.1",
"doctrine/orm": "^2.11",
"draw/contracts": "^0.11",
"draw/core": "^0.11",
"draw/contracts": "^0.10.33",
"draw/core": "^0.10.33",
"symfony/doctrine-bridge": "^6.4.0",
"symfony/event-dispatcher": "^6.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0 || ^10.0",
"draw/tester": "^0.11",
"draw/tester": "^0.10.33",
"symfony/cache": "^6.4.0",
"symfony/console": "^6.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-tool-kit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"symfony/event-dispatcher": "^6.4.0"
},
"require-dev": {
"draw/core": "^0.11",
"draw/tester": "^0.11",
"draw/core": "^0.10.33",
"draw/tester": "^0.10.33",
"phpunit/phpunit": "^9.0 || ^10.0",
"symfony/cache": "^6.4.0",
"symfony/http-client": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords": ["draw", "console"],
"require": {
"doctrine/dbal": "^3.3",
"draw/core": "^0.11",
"draw/core": "^0.10.33",
"psr/log": "@stable",
"ramsey/uuid": "^4.2",
"sensiolabs/ansi-to-html": "^1.2",
Expand All @@ -15,7 +15,7 @@
},
"require-dev": {
"doctrine/orm": "^2.11",
"draw/tester": "^0.11",
"draw/tester": "^0.10.33",
"phpunit/phpunit": "^9.0 || ^10.0",
"symfony/cache": "^6.4.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/cron-job/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"php": ">=8.1",
"doctrine/orm": "^2.11",
"dragonmantank/cron-expression": "^3.3",
"draw/core": "^0.11",
"draw/messenger": "^0.11",
"draw/process": "^0.11",
"draw/core": "^0.10.33",
"draw/messenger": "^0.10.33",
"draw/process": "^0.10.33",
"symfony/amqp-messenger": "^6.4.0",
"symfony/console": "^6.4.0",
"symfony/dependency-injection": "^6.4.0",
Expand All @@ -25,7 +25,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.0 || ^10.0",
"draw/tester": "^0.11",
"draw/tester": "^0.10.33",
"nesbot/carbon": "^2.0"
},
"minimum-stability": "dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/entity-migrator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
],
"require": {
"draw/messenger": "^0.11",
"draw/messenger": "^0.10.33",
"symfony/console": "^6.4.0",
"symfony/event-dispatcher": "^6.4.0",
"symfony/lock": "^6.4.0",
"symfony/messenger": "^6.4.0",
"symfony/workflow": "^6.4.0"
},
"require-dev": {
"draw/tester": "^0.11",
"draw/tester": "^0.10.33",
"phpunit/phpunit": "^9.0 || ^10.0"
},
"minimum-stability": "dev",
Expand Down
40 changes: 20 additions & 20 deletions packages/framework-extra-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"draw/core": "^0.11",
"draw/core": "^0.10.33",
"symfony/config": "^6.4.0",
"symfony/dependency-injection": "^6.4.0",
"symfony/http-kernel": "^6.4.0"
},
"require-dev": {
"draw/application": "^0.11",
"draw/aws-tool-kit": "^0.11",
"draw/console": "^0.11",
"draw/contracts": "^0.11",
"draw/cron-job": "^0.11",
"draw/doctrine-extra": "^0.11",
"draw/entity-migrator": "^0.11",
"draw/log": "^0.11",
"draw/mailer": "^0.11",
"draw/messenger": "^0.11",
"draw/open-api": "^0.11",
"draw/process": "^0.11",
"draw/sonata-integration-bundle": "^0.11",
"draw/security": "^0.11",
"draw/tester": "^0.11",
"draw/tester-bundle": "^0.11",
"draw/user-bundle": "^0.11",
"draw/validator": "^0.11",
"draw/workflow": "^0.11",
"draw/application": "^0.10.33",
"draw/aws-tool-kit": "^0.10.33",
"draw/console": "^0.10.33",
"draw/contracts": "^0.10.33",
"draw/cron-job": "^0.10.33",
"draw/doctrine-extra": "^0.10.33",
"draw/entity-migrator": "^0.10.33",
"draw/log": "^0.10.33",
"draw/mailer": "^0.10.33",
"draw/messenger": "^0.10.33",
"draw/open-api": "^0.10.33",
"draw/process": "^0.10.33",
"draw/sonata-integration-bundle": "^0.10.33",
"draw/security": "^0.10.33",
"draw/tester": "^0.10.33",
"draw/tester-bundle": "^0.10.33",
"draw/user-bundle": "^0.10.33",
"draw/validator": "^0.10.33",
"draw/workflow": "^0.10.33",
"monolog/monolog": "^3.5.0",
"pelago/emogrifier": "^7.0",
"phpunit/phpunit": "^9.0 || ^10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mailer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords": ["draw", "mailer", "symfony"],
"require": {
"php": ">=8.1",
"draw/core": "^0.11",
"draw/core": "^0.10.33",
"symfony/dom-crawler": "^6.4.0",
"symfony/css-selector": "^6.4.0",
"symfony/console": "^6.4.0",
Expand All @@ -16,7 +16,7 @@
"twig/twig": "^3.3"
},
"require-dev": {
"draw/tester": "^0.11",
"draw/tester": "^0.10.33",
"pelago/emogrifier": "^7.0",
"phpunit/phpunit": "^9.0 || ^10.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/messenger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"ext-json": "*",
"doctrine/dbal": "^3.3",
"doctrine/persistence": "^2.2 || ^3.0",
"draw/contracts": "^0.11",
"draw/core": "^0.11",
"draw/contracts": "^0.10.33",
"draw/core": "^0.10.33",
"symfony/doctrine-bridge": "^6.4.0",
"symfony/doctrine-messenger": "^6.4.0",
"symfony/event-dispatcher": "^6.4.0",
Expand All @@ -31,7 +31,7 @@
"ext-pcntl": "*",
"colinodell/psr-testlogger": "^1.1",
"doctrine/orm": "^2.11",
"draw/tester": "^0.11",
"draw/tester": "^0.10.33",
"phpunit/phpunit": "^9.0 || ^10.0",
"psr/log": "@stable"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/open-api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"require-dev": {
"ext-zip": "*",
"draw/core": "^0.11",
"draw/tester": "^0.11",
"draw/core": "^0.10.33",
"draw/tester": "^0.10.33",
"doctrine/common": "^3.1",
"doctrine/orm": "^2.11",
"phpunit/phpunit": "^9.0 || ^10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/process/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"draw/contracts": "^0.11",
"draw/contracts": "^0.10.33",
"symfony/process": "^6.4.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/profiling/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require-dev": {
"draw/tester": "^0.11",
"draw/tester": "^0.10.33",
"phpunit/phpunit": "^9.0 || ^10.0"
},
"minimum-stability": "dev",
Expand Down
8 changes: 4 additions & 4 deletions packages/security/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"php": ">=8.1"
},
"require-dev": {
"draw/core": "^0.11",
"draw/framework-extra-bundle": "^0.11",
"draw/messenger": "^0.11",
"draw/tester": "^0.11",
"draw/core": "^0.10.33",
"draw/framework-extra-bundle": "^0.10.33",
"draw/messenger": "^0.10.33",
"draw/tester": "^0.10.33",
"firebase/php-jwt": "^6.1",
"phpunit/phpunit": "^9.0 || ^10.0",
"symfony/console": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sonata-extra-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"require-dev": {
"cweagans/composer-patches": "^1.7",
"draw/tester": "^0.11",
"draw/security": "^0.11",
"draw/tester": "^0.10.33",
"draw/security": "^0.10.33",
"phpunit/phpunit": "^9.0 || ^10.0",
"sonata-project/admin-bundle": "^4.8",
"sonata-project/doctrine-orm-admin-bundle": "^4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/sonata-import-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"require": {
"php": ">=8.1",
"draw/sonata-extra-bundle": "^0.11",
"draw/sonata-extra-bundle": "^0.10.33",
"sonata-project/admin-bundle": "^4.8",
"sonata-project/doctrine-orm-admin-bundle": "^4.2",
"symfony/event-dispatcher": "^6.4",
"symfony/notifier": "^6.4",
"symfony/validator": "^6.4"
},
"require-dev": {
"draw/tester": "^0.11",
"draw/tester": "^0.10.33",
"knplabs/doctrine-behaviors": "*",
"phpunit/phpunit": "^10.0"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/sonata-integration-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"keywords": ["symfony", "sonata"],
"require": {
"php": ">=8.1",
"draw/framework-extra-bundle": "^0.11",
"draw/sonata-extra-bundle": "^0.11",
"draw/framework-extra-bundle": "^0.10.33",
"draw/sonata-extra-bundle": "^0.10.33",
"symfony/framework-bundle": "^6.4.0",
"symfony/expression-language": "^6.4.0",
"sonata-project/admin-bundle": "^4.8",
"sonata-project/doctrine-orm-admin-bundle": "^4.2"
},
"require-dev": {
"draw/application": "^0.11",
"draw/console": "^0.11",
"draw/messenger": "^0.11",
"draw/security": "^0.11",
"draw/tester": "^0.11",
"draw/user-bundle": "^0.11",
"draw/application": "^0.10.33",
"draw/console": "^0.10.33",
"draw/messenger": "^0.10.33",
"draw/security": "^0.10.33",
"draw/tester": "^0.10.33",
"draw/user-bundle": "^0.10.33",
"firebase/php-jwt": "^6.1",
"phpunit/phpunit": "^9.0 || ^10.0",
"scheb/2fa-bundle": "^6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/tester-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"type": "symfony-bundle",
"keywords": ["symfony", "automation test", "test", "unit test", "integration test"],
"require": {
"draw/core": "^0.11",
"draw/tester": "^0.11",
"draw/core": "^0.10.33",
"draw/tester": "^0.10.33",
"symfony/browser-kit": "^6.4.0",
"symfony/framework-bundle": "^6.4.0",
"symfony/http-foundation": "^6.4.0",
"symfony/validator": "^6.4.0"
},
"require-dev": {
"draw/profiling": "^0.11",
"draw/profiling": "^0.10.33",
"phpunit/phpunit": "^9.0 || ^10.0",
"symfony/messenger": "^6.4.0",
"symfony/yaml": "^6.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tester/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"ext-simplexml": "*",
"draw/core": "^0.11",
"draw/core": "^0.10.33",
"guzzlehttp/psr7": "^1.8 || ^2.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"psr/http-message": "^1.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/user-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"doctrine/common": "^3.1",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/orm": "^2.11",
"draw/contracts": "^0.11",
"draw/core": "^0.11",
"draw/contracts": "^0.10.33",
"draw/core": "^0.10.33",
"ramsey/uuid": "^4.2",
"symfony/framework-bundle": "^6.4.0",
"symfony/security-core": "^6.4.0",
"symfony/security-http": "^6.4.0",
"symfony/yaml": "^6.4.0"
},
"require-dev": {
"draw/framework-extra-bundle": "^0.11",
"draw/mailer": "^0.11",
"draw/messenger": "^0.11",
"draw/security": "^0.11",
"draw/tester": "^0.11",
"draw/framework-extra-bundle": "^0.10.33",
"draw/mailer": "^0.10.33",
"draw/messenger": "^0.10.33",
"draw/security": "^0.10.33",
"draw/tester": "^0.10.33",
"endroid/qr-code": "^5.0",
"firebase/php-jwt": "^6.1",
"phpunit/phpunit": "^9.0 || ^10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"symfony/workflow": "^6.4.0"
},
"require-dev": {
"draw/security": "^0.11",
"draw/security": "^0.10.33",
"phpunit/phpunit": "^9.0 || ^10.0",
"symfony/security-core": "^6.4.0"
},
Expand Down

0 comments on commit fceac61

Please sign in to comment.