Skip to content

Commit

Permalink
Fix Upgrade instructions, too much of a leap
Browse files Browse the repository at this point in the history
And remove the old UPGRADE.md file, this no longer relevant
  • Loading branch information
sstok committed Apr 1, 2024
1 parent 57c83f6 commit bb2ce50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 301 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ phpstan.neon export-ignore
phpstan-baseline.neon export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
UPGRADE.md export-ignore
UPGRADE-2.0.md export-ignore
Tests/ export-ignore
19 changes: 8 additions & 11 deletions UPGRADE-2.0.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
UPGRADE FROM 2.0-BETA3 to 2.0-BETA4
UPGRADE FROM 2.0-BETA2 to 2.0-BETA3
===================================

* Support for PHP < 8.1 was dropped.

* Doctrine mapping type as object is deprecated and will no longer work in 3.0,
use a type-name as string instead.
* Support for Symfony 5 was dropped.

* Support for Api-Platform 2.4 was dropped, 2.0-BETA3 of the components
* Support for Api-Platform 2.4 was dropped, 2.0-BETA2 of the components
still supports all newer versions of RollerworksSearch.

UPGRADE FROM 2.0-BETA2 to 2.0-BETA3
===================================

* Support for PHP < 8.0 was dropped.

* Support for Symfony 5 was dropped.

### Doctrine DBAL

* Support for using a query as string was removed, a DBAL QueryBuilder
Expand Down Expand Up @@ -47,6 +39,11 @@ UPGRADE FROM 2.0-BETA2 to 2.0-BETA3
// See http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/data-retrieval-and-manipulation.html#data-retrieval
$result = $qb->execute();
````

### Doctrine DBAL/ORM

* Doctrine mapping type as object is deprecated and will no longer work in 3.0,
use a type-name as string instead.

UPGRADE FROM 2.0-BETA1 to 2.0-BETA2
===================================
Expand Down
289 changes: 0 additions & 289 deletions UPGRADE.md

This file was deleted.

0 comments on commit bb2ce50

Please sign in to comment.