Skip to content

Commit

Permalink
BUGFIX: Fix version for Neos 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Heist committed Feb 21, 2019
1 parent 46c8135 commit 1350dd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Migrations/Mysql/Version20190220162850.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;

/**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Sandstorm.NeosH5P is currently being maintained for the following versions:

| Neos Version | Sandstorm.NeosH5P | Branch | Maintained |
|---------------|-------------------|--------|------------|
| 3.3 | 1.x | master | Active |
| 4.x | 1.x | master | Active |
| 3.3 | 1.1.x | 1.x | Inactive |
| 4.x | 2.x | master | Active |

# Installation
Installation is simple and consists of these steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"neos/neos": ">=3.3.0",
"neos/neos": "~3.3.0",
"neos/neos-ui": "*",
"h5p/h5p-core": "~1.20.0",
"h5p/h5p-editor": "~1.20.0",
Expand Down

0 comments on commit 1350dd1

Please sign in to comment.