Skip to content

Commit

Permalink
Fix wrong version reference
Browse files Browse the repository at this point in the history
It turned out that v2.0.0-ALPHA22 already existed, but was never pushed?
  • Loading branch information
sstok committed Sep 13, 2020
1 parent c8fa110 commit cce0557
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion UPGRADE-2.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UPGRADE FROM 2.0-ALPHA21 to 2.0-ALPHA22
UPGRADE FROM 2.0-ALPHA21 to 2.0-ALPHA23
=======================================

* The `$forceNew` argument in `SearchConditionBuilder::field()` is deprecated and will
Expand Down
4 changes: 2 additions & 2 deletions lib/ApiPlatform/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"require": {
"php": "^7.1",
"api-platform/core": "^2.0.10",
"rollerworks/search": "^2.0@dev,>=2.0.0-ALPHA13",
"rollerworks/search": "^2.0@dev,>=2.0.0-ALPHA23",
"rollerworks/uri-encoder": "^1.1.0 || ^2.0",
"symfony/http-foundation": "^4.4 || ^5.0"
},
"require-dev": {
"doctrine/orm": "^2.5.6",
"phpunit/phpunit": "^6.3",
"rollerworks/search-doctrine-orm": "^2.0@dev,>=2.0.0-ALPHA13",
"rollerworks/search-doctrine-orm": "^2.0@dev,>=2.0.0-ALPHA23",
"symfony/phpunit-bridge": "^4.3 || ^5.0"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/Dbal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": "^7.1",
"doctrine/dbal": "^2.8",
"psr/simple-cache": "^1.0.0",
"rollerworks/search": "^2.0@dev,>=2.0.0-ALPHA22"
"rollerworks/search": "^2.0@dev,>=2.0.0-ALPHA23"
},
"require-dev": {
"moneyphp/money": "^3.0.7",
Expand Down
4 changes: 2 additions & 2 deletions lib/Doctrine/Orm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"require": {
"php": "^7.1",
"doctrine/orm": "^2.6",
"rollerworks/search": "^2.0@dev,>=2.0.0-ALPHA22",
"rollerworks/search-doctrine-dbal": "^2.0@dev,>=2.0.0-ALPHA22"
"rollerworks/search": "^2.0@dev,>=2.0.0-ALPHA23",
"rollerworks/search-doctrine-dbal": "^2.0@dev,>=2.0.0-ALPHA23"
},
"require-dev": {
"moneyphp/money": "^3.0.7",
Expand Down
10 changes: 5 additions & 5 deletions lib/Symfony/SearchBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"require": {
"php": "^7.1",
"psr/simple-cache": "^1.0.0",
"rollerworks/search": "^2.0@dev,>=2.0.0-ALPHA13",
"rollerworks/search": "^2.0@dev,>=2.0.0-ALPHA23",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/twig-bundle": "^4.4 || ^5.0"
},
"conflict": {
"doctrine/doctrine-bundle": "<1.1",
"rollerworks/search-doctrine-dbal": "<2.0.0-ALPHA13",
"rollerworks/search-doctrine-orm": "<2.0.0-ALPHA13",
"rollerworks/search-symfony-validator": "<2.0.0-ALPHA13"
"rollerworks/search-doctrine-dbal": "<2.0.0-ALPHA23",
"rollerworks/search-doctrine-orm": "<2.0.0-ALPHA23",
"rollerworks/search-symfony-validator": "<2.0.0-ALPHA23"
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^2.0.0",
"matthiasnoback/symfony-service-definition-validator": "^1.2.8",
"phpunit/phpunit": "^6.5.4",
"rollerworks/search-symfony-validator": "^2.0@dev,>=2.0.0-ALPHA13",
"rollerworks/search-symfony-validator": "^2.0@dev,>=2.0.0-ALPHA23",
"symfony/asset": "^3.4.2 || ^4.0.2 || ^5.0",
"symfony/browser-kit": "^3.4.2 || ^4.0.2 || ^5.0",
"symfony/dom-crawler": "^3.4.2 || ^4.0.2 || ^5.0",
Expand Down

0 comments on commit cce0557

Please sign in to comment.