Skip to content

Commit 565af85

Browse files
committed
Prepare release of 0.6
1 parent 055e817 commit 565af85

11 files changed

Lines changed: 36 additions & 42 deletions

File tree

modules/Autoloading/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
},
1616
"require": {
1717
"php": "^8.1 <8.3",
18-
"elephox/collection": "dev-develop",
19-
"elephox/files": "dev-develop",
20-
"elephox/oor": "dev-develop",
18+
"elephox/collection": "^0.6",
19+
"elephox/files": "^0.6",
20+
"elephox/oor": "^0.6",
2121
"jetbrains/phpstorm-attributes": "^1.0",
2222
"psr/container": "^2.0"
2323
},

modules/Cache/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"require": {
1717
"php": "^8.1 <8.3",
18-
"elephox/collection": "dev-develop",
19-
"elephox/files": "dev-develop",
18+
"elephox/collection": "^0.6",
19+
"elephox/files": "^0.6",
2020
"jetbrains/phpstorm-attributes": "^1.0",
2121
"psr/cache": "^3.0"
2222
},

modules/Configuration/composer.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"require": {
1717
"php": "^8.1 <8.3",
1818
"ext-json": "*",
19-
"elephox/collection": "dev-develop",
20-
"elephox/files": "dev-develop",
21-
"elephox/oor": "dev-develop",
22-
"elephox/support": "dev-develop",
19+
"elephox/collection": "^0.6",
20+
"elephox/files": "^0.6",
21+
"elephox/oor": "^0.6",
22+
"elephox/support": "^0.6",
2323
"jetbrains/phpstorm-attributes": "^1.0",
2424
"vlucas/phpdotenv": "^5.4"
2525
},
@@ -40,11 +40,5 @@
4040
"ergebnis/composer-normalize": true,
4141
"infection/extension-installer": true
4242
}
43-
},
44-
"extra": {
45-
"branch-alias": {
46-
"dev-develop": "0.4.x-dev",
47-
"dev-main": "1.x-dev"
48-
}
4943
}
5044
}

modules/Console/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"php": "^8.1 <8.3",
1818
"ext-ctype": "*",
1919
"ext-mbstring": "*",
20-
"elephox/autoloading": "dev-develop",
21-
"elephox/collection": "dev-develop",
22-
"elephox/configuration": "dev-develop",
23-
"elephox/di": "dev-develop",
24-
"elephox/logging": "dev-develop",
25-
"elephox/support": "dev-develop",
20+
"elephox/autoloading": "^0.6",
21+
"elephox/collection": "^0.6",
22+
"elephox/configuration": "^0.6",
23+
"elephox/di": "^0.6",
24+
"elephox/logging": "^0.6",
25+
"elephox/support": "^0.6",
2626
"jetbrains/phpstorm-attributes": "^1.0"
2727
},
2828
"autoload": {

modules/DI/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": "^8.1 <8.3",
18-
"elephox/collection": "dev-develop",
18+
"elephox/collection": "^0.6",
1919
"jetbrains/phpstorm-attributes": "^1.0",
2020
"psr/container": "^2.0"
2121
},

modules/Events/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": "^8.1 <8.3",
18-
"elephox/collection": "dev-develop",
18+
"elephox/collection": "^0.6",
1919
"jetbrains/phpstorm-attributes": "^1.0"
2020
},
2121
"autoload": {

modules/Files/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"require": {
1717
"php": "^8.1 <8.3",
18-
"elephox/collection": "dev-develop",
18+
"elephox/collection": "^0.6",
1919
"elephox/mimey": "^4.0",
20-
"elephox/stream": "dev-develop",
21-
"elephox/support": "dev-develop",
20+
"elephox/stream": "^0.6",
21+
"elephox/support": "^0.6",
2222
"jetbrains/phpstorm-attributes": "^1.0"
2323
},
2424
"autoload": {

modules/Http/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"require": {
1717
"php": "^8.1 <8.3",
1818
"ext-mbstring": "*",
19-
"elephox/collection": "dev-develop",
20-
"elephox/files": "dev-develop",
19+
"elephox/collection": "^0.6",
20+
"elephox/files": "^0.6",
2121
"elephox/mimey": "^4.0",
22-
"elephox/oor": "dev-develop",
23-
"elephox/stream": "dev-develop",
24-
"elephox/support": "dev-develop",
22+
"elephox/oor": "^0.6",
23+
"elephox/stream": "^0.6",
24+
"elephox/support": "^0.6",
2525
"jetbrains/phpstorm-attributes": "^1.0"
2626
},
2727
"autoload": {

modules/OOR/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": "^8.1 <8.3",
18-
"elephox/collection": "dev-develop"
18+
"elephox/collection": "^0.6"
1919
},
2020
"autoload": {
2121
"psr-4": {

modules/Support/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8.1 <8.3",
1818
"elephox/mimey": "^4.0",
19-
"elephox/oor": "dev-develop"
19+
"elephox/oor": "^0.6"
2020
},
2121
"suggest": {
2222
"ext-fileinfo": "To get the mime type of a file"

0 commit comments

Comments
 (0)