Skip to content

Commit c415825

Browse files
ProxyFactory::dumpFile() vulnerable to mkdir() race condition (#470)
1 parent 0d2dcce commit c415825

File tree

38 files changed

+41
-41
lines changed

38 files changed

+41
-41
lines changed

Asynchronous/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ecotone/lite-amqp-starter": "^1.0.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.6",
19+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2020
"wikimedia/composer-merge-plugin": "^2.1"
2121
},
2222
"config": {

AuthoritativeClassmap/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ecotone/lite-amqp-starter": "^1.0.1"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.6",
22+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2323
"wikimedia/composer-merge-plugin": "^2.1"
2424
},
2525
"scripts": {

BuildingBlocks/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"moneyphp/money": "^4.1.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^9.6",
27+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2828
"wikimedia/composer-merge-plugin": "^2.1"
2929
},
3030
"config": {

BusinessInterface/Asynchronous/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ecotone/lite-dbal-starter": "^1.0.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.6",
19+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2020
"wikimedia/composer-merge-plugin": "^2.1"
2121
},
2222
"config": {

BusinessInterface/Routing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ecotone/lite-dbal-starter": "^1.0.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.6",
19+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2020
"wikimedia/composer-merge-plugin": "^2.1"
2121
},
2222
"config": {

BusinessInterface/ServiceActivator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ecotone/lite-dbal-starter": "^1.0.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.6",
19+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2020
"wikimedia/composer-merge-plugin": "^2.1"
2121
},
2222
"config": {

CQRS/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ecotone/lite-application-starter": "^1.0.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.6",
19+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2020
"wikimedia/composer-merge-plugin": "^2.1"
2121
},
2222
"config": {

ConsoleCommand/Laravel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"doctrine/orm": "^2.11|^3.0",
22-
"phpunit/phpunit": "^9.6",
22+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2323
"wikimedia/composer-merge-plugin": "^2.1"
2424
},
2525
"config": {

ConsoleCommand/Symfony/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"doctrine/orm": "^2.11|^3.0",
22-
"phpunit/phpunit": "^9.6",
22+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2323
"wikimedia/composer-merge-plugin": "^2.1"
2424
},
2525
"config": {

Conversion/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ecotone/lite-application-starter": "^1.0.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.6",
19+
"phpunit/phpunit": "^9.6|^10.5|^11.0",
2020
"wikimedia/composer-merge-plugin": "^2.1"
2121
},
2222
"config": {

0 commit comments

Comments
 (0)