Skip to content

Commit

Permalink
prepare release 0.9.78
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoiriert committed Sep 30, 2023
1 parent 7311173 commit 363e96e
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 56 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.10",
"draw/core": "^0.10",
"draw/contracts": "^0.9.78",
"draw/core": "^0.9.78",
"symfony/doctrine-bridge": "^5.4.3",
"symfony/event-dispatcher": "^5.4.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"draw/tester": "^0.10",
"draw/tester": "^0.9.78",
"symfony/cache": "^5.4.3",
"symfony/console": "^5.4.3"
},
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": "^5.4.3"
},
"require-dev": {
"draw/core": "^0.10",
"draw/tester": "^0.10",
"draw/core": "^0.9.78",
"draw/tester": "^0.9.78",
"phpunit/phpunit": "^8.0 || ^9.0",
"symfony/cache": "^5.4.3",
"symfony/http-client": "^5.4.3",
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.10",
"draw/core": "^0.9.78",
"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.10",
"draw/tester": "^0.9.78",
"phpunit/phpunit": "^8.0 || ^9.0",
"symfony/cache": "^5.4.3"
},
Expand Down
36 changes: 18 additions & 18 deletions packages/framework-extra-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"draw/core": "^0.10",
"draw/core": "^0.9.78",
"symfony/config": "^5.4.3",
"symfony/dependency-injection": "^5.4.3",
"symfony/http-kernel": "^5.4.3"
},
"require-dev": {
"draw/application": "^0.10",
"draw/aws-tool-kit": "^0.10",
"draw/console": "^0.10",
"draw/contracts": "^0.10",
"draw/doctrine-extra": "^0.10",
"draw/log": "^0.10",
"draw/mailer": "^0.10",
"draw/messenger": "^0.10",
"draw/open-api": "^0.10",
"draw/process": "^0.10",
"draw/sonata-integration-bundle": "^0.10",
"draw/security": "^0.10",
"draw/tester": "^0.10",
"draw/tester-bundle": "^0.10",
"draw/user-bundle": "^0.10",
"draw/validator": "^0.10",
"draw/workflow": "^0.10",
"draw/application": "^0.9.78",
"draw/aws-tool-kit": "^0.9.78",
"draw/console": "^0.9.78",
"draw/contracts": "^0.9.78",
"draw/doctrine-extra": "^0.9.78",
"draw/log": "^0.9.78",
"draw/mailer": "^0.9.78",
"draw/messenger": "^0.9.78",
"draw/open-api": "^0.9.78",
"draw/process": "^0.9.78",
"draw/sonata-integration-bundle": "^0.9.78",
"draw/security": "^0.9.78",
"draw/tester": "^0.9.78",
"draw/tester-bundle": "^0.9.78",
"draw/user-bundle": "^0.9.78",
"draw/validator": "^0.9.78",
"draw/workflow": "^0.9.78",
"monolog/monolog": "^2.4.0",
"pelago/emogrifier": "^6.0",
"phpunit/phpunit": "^8.0 || ^9.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.10",
"draw/core": "^0.9.78",
"symfony/dom-crawler": "^5.4.3",
"symfony/css-selector": "^5.4.3",
"symfony/console": "^5.4.3",
Expand All @@ -16,7 +16,7 @@
"twig/twig": "^3.3"
},
"require-dev": {
"draw/tester": "^0.10",
"draw/tester": "^0.9.78",
"pelago/emogrifier": "^6.0",
"phpunit/phpunit": "^8.0 || ^9.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.10",
"draw/core": "^0.10",
"draw/contracts": "^0.9.78",
"draw/core": "^0.9.78",
"symfony/doctrine-bridge": "^5.4.3",
"symfony/doctrine-messenger": "^5.4.3",
"symfony/event-dispatcher": "^5.4.3",
Expand All @@ -31,7 +31,7 @@
"ext-pcntl": "*",
"colinodell/psr-testlogger": "^1.1",
"doctrine/orm": "^2.11",
"draw/tester": "^0.10",
"draw/tester": "^0.9.78",
"phpunit/phpunit": "^8.0 || ^9.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.10",
"draw/tester": "^0.10",
"draw/core": "^0.9.78",
"draw/tester": "^0.9.78",
"doctrine/common": "^3.1",
"doctrine/orm": "^2.11",
"phpunit/phpunit": "^8.0 || ^9.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.10",
"draw/contracts": "^0.9.78",
"symfony/process": "^5.4.3"
},
"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.10",
"draw/tester": "^0.9.78",
"phpunit/phpunit": "^8.0 || ^9.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.10",
"draw/framework-extra-bundle": "^0.10",
"draw/messenger": "^0.10",
"draw/tester": "^0.10",
"draw/core": "^0.9.78",
"draw/framework-extra-bundle": "^0.9.78",
"draw/messenger": "^0.9.78",
"draw/tester": "^0.9.78",
"firebase/php-jwt": "^6.1",
"phpunit/phpunit": "^8.0 || ^9.0",
"symfony/console": "^5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sonata-extra-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"symfony/expression-language": "^5.4.3"
},
"require-dev": {
"draw/tester": "^0.10",
"draw/tester": "^0.9.78",
"phpunit/phpunit": "^8.0 || ^9.0",
"sonata-project/admin-bundle": "^4.8",
"sonata-project/doctrine-orm-admin-bundle": "^4.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/sonata-integration-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"keywords": ["symfony", "sonata"],
"require": {
"php": ">=8.1",
"draw/framework-extra-bundle": "^0.10",
"draw/sonata-extra-bundle": "^0.10",
"draw/framework-extra-bundle": "^0.9.78",
"draw/sonata-extra-bundle": "^0.9.78",
"symfony/framework-bundle": "^5.4.3",
"symfony/expression-language": "^5.4.3",
"sonata-project/admin-bundle": "^4.8",
"sonata-project/doctrine-orm-admin-bundle": "^4.2"
},
"require-dev": {
"draw/application": "^0.10",
"draw/console": "^0.10",
"draw/messenger": "^0.10",
"draw/tester": "^0.10",
"draw/user-bundle": "^0.10",
"draw/application": "^0.9.78",
"draw/console": "^0.9.78",
"draw/messenger": "^0.9.78",
"draw/tester": "^0.9.78",
"draw/user-bundle": "^0.9.78",
"firebase/php-jwt": "^6.1",
"phpunit/phpunit": "^8.0 || ^9.0",
"scheb/2fa-bundle": "^5.12",
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.10",
"draw/tester": "^0.10",
"draw/core": "^0.9.78",
"draw/tester": "^0.9.78",
"symfony/browser-kit": "^5.4.3",
"symfony/framework-bundle": "^5.4.3",
"symfony/http-foundation": "^5.4.3",
"symfony/validator": "^5.4.3"
},
"require-dev": {
"draw/profiling": "^0.10",
"draw/profiling": "^0.9.78",
"phpunit/phpunit": "^8.0 || ^9.0",
"symfony/messenger": "^5.4.3",
"symfony/yaml": "^5.4.3"
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.10",
"draw/core": "^0.9.78",
"guzzlehttp/psr7": "^1.8 || ^2.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"psr/http-message": "^1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/user-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"doctrine/common": "^3.1",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/orm": "^2.11",
"draw/contracts": "^0.10",
"draw/core": "^0.10",
"draw/contracts": "^0.9.78",
"draw/core": "^0.9.78",
"ramsey/uuid": "^4.2",
"symfony/framework-bundle": "^5.4.3",
"symfony/security-core": "^5.4.3",
Expand All @@ -21,10 +21,10 @@
"symfony/yaml": "^5.4.3"
},
"require-dev": {
"draw/framework-extra-bundle": "^0.10",
"draw/mailer": "^0.10",
"draw/messenger": "^0.10",
"draw/tester": "^0.10",
"draw/framework-extra-bundle": "^0.9.78",
"draw/mailer": "^0.9.78",
"draw/messenger": "^0.9.78",
"draw/tester": "^0.9.78",
"firebase/php-jwt": "^6.1",
"phpunit/phpunit": "^8.0 || ^9.0",
"scheb/2fa-bundle": "^5.12",
Expand Down

0 comments on commit 363e96e

Please sign in to comment.