Merge branch 'release/2.1.0'

This commit is contained in:
Christian Krause 2019-11-12 12:34:03 +01:00
commit 7e33de3131
3 changed files with 5 additions and 3 deletions

View file

@ -29,6 +29,7 @@ class SequenceGenerator
/**
* @var ReflectionService
* @Flow\Inject
* @deprecated
*/
protected $reflectionService;

View file

@ -21,7 +21,7 @@ class Version20140505093853 extends AbstractMigration
$this->abortIf($this->connection->getDatabasePlatform()->getName() != "mysql");
$this->addSql(
"CREATE TABLE digicomp_sequence_domain_model_insert (number INT NOT NULL, type VARCHAR(255) NOT NULL, PRIMARY KEY(number, type)) ENGINE = InnoDB"
"CREATE TABLE digicomp_sequence_domain_model_insert (number INT NOT NULL, type VARCHAR(255) NOT NULL, PRIMARY KEY(number, type))"
);
}

View file

@ -19,7 +19,7 @@
"license": "MIT",
"homepage": "https://github.com/digicomp/DigiComp.Sequence",
"require": {
"neos/flow": "~4.1"
"neos/flow": "~4.1|~5.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
@ -66,7 +66,8 @@
"Neos.Media-20161219094126",
"Neos.Flow-20170125103800",
"Neos.Flow-20170127183102",
"DigiComp.SettingValidator-20170603120900"
"DigiComp.SettingValidator-20170603120900",
"Neos.Flow-20180415105700"
]
}
}