File tree 9 files changed +30
-30
lines changed
9 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Neos \Flow \Persistence \Doctrine \Migrations ;
4
4
5
- use Doctrine \DBAL \ Migrations \AbstractMigration ;
5
+ use Doctrine \Migrations \AbstractMigration ;
6
6
use Doctrine \DBAL \Schema \Schema ;
7
7
8
8
/**
@@ -14,7 +14,7 @@ class Version20160519150828 extends AbstractMigration
14
14
* @param Schema $schema
15
15
* @return void
16
16
*/
17
- public function up (Schema $ schema )
17
+ public function up (Schema $ schema ): void
18
18
{
19
19
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != "mysql " );
20
20
@@ -42,7 +42,7 @@ public function up(Schema $schema)
42
42
* @param Schema $schema
43
43
* @return void
44
44
*/
45
- public function down (Schema $ schema )
45
+ public function down (Schema $ schema ): void
46
46
{
47
47
// this down() migration is autogenerated, please modify it to your needs
48
48
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != "mysql " );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace Neos \Flow \Persistence \Doctrine \Migrations ;
3
3
4
- use Doctrine \DBAL \ Migrations \AbstractMigration ;
4
+ use Doctrine \Migrations \AbstractMigration ;
5
5
use Doctrine \DBAL \Schema \Schema ;
6
6
7
7
/**
@@ -13,7 +13,7 @@ class Version20160524125855 extends AbstractMigration
13
13
/**
14
14
* @return string
15
15
*/
16
- public function getDescription ()
16
+ public function getDescription (): string
17
17
{
18
18
return '' ;
19
19
}
@@ -22,7 +22,7 @@ public function getDescription()
22
22
* @param Schema $schema
23
23
* @return void
24
24
*/
25
- public function up (Schema $ schema )
25
+ public function up (Schema $ schema ): void
26
26
{
27
27
// this up() migration is autogenerated, please modify it to your needs
28
28
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
@@ -34,7 +34,7 @@ public function up(Schema $schema)
34
34
* @param Schema $schema
35
35
* @return void
36
36
*/
37
- public function down (Schema $ schema )
37
+ public function down (Schema $ schema ): void
38
38
{
39
39
// this down() migration is autogenerated, please modify it to your needs
40
40
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace Neos \Flow \Persistence \Doctrine \Migrations ;
3
3
4
- use Doctrine \DBAL \ Migrations \AbstractMigration ;
4
+ use Doctrine \Migrations \AbstractMigration ;
5
5
use Doctrine \DBAL \Schema \Schema ;
6
6
7
7
/**
@@ -13,7 +13,7 @@ class Version20160526150442 extends AbstractMigration
13
13
/**
14
14
* @return string
15
15
*/
16
- public function getDescription ()
16
+ public function getDescription (): string
17
17
{
18
18
return '' ;
19
19
}
@@ -22,7 +22,7 @@ public function getDescription()
22
22
* @param Schema $schema
23
23
* @return void
24
24
*/
25
- public function up (Schema $ schema )
25
+ public function up (Schema $ schema ): void
26
26
{
27
27
// this up() migration is autogenerated, please modify it to your needs
28
28
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
@@ -34,7 +34,7 @@ public function up(Schema $schema)
34
34
* @param Schema $schema
35
35
* @return void
36
36
*/
37
- public function down (Schema $ schema )
37
+ public function down (Schema $ schema ): void
38
38
{
39
39
// this down() migration is autogenerated, please modify it to your needs
40
40
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace Neos \Flow \Persistence \Doctrine \Migrations ;
3
3
4
- use Doctrine \DBAL \ Migrations \AbstractMigration ;
4
+ use Doctrine \Migrations \AbstractMigration ;
5
5
use Doctrine \DBAL \Schema \Schema ;
6
6
7
7
/**
@@ -13,7 +13,7 @@ class Version20160526150536 extends AbstractMigration
13
13
/**
14
14
* @return string
15
15
*/
16
- public function getDescription ()
16
+ public function getDescription (): string
17
17
{
18
18
return '' ;
19
19
}
@@ -22,7 +22,7 @@ public function getDescription()
22
22
* @param Schema $schema
23
23
* @return void
24
24
*/
25
- public function up (Schema $ schema )
25
+ public function up (Schema $ schema ): void
26
26
{
27
27
// this up() migration is autogenerated, please modify it to your needs
28
28
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
@@ -34,7 +34,7 @@ public function up(Schema $schema)
34
34
* @param Schema $schema
35
35
* @return void
36
36
*/
37
- public function down (Schema $ schema )
37
+ public function down (Schema $ schema ): void
38
38
{
39
39
// this down() migration is autogenerated, please modify it to your needs
40
40
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace Neos \Flow \Persistence \Doctrine \Migrations ;
3
3
4
- use Doctrine \DBAL \ Migrations \AbstractMigration ;
4
+ use Doctrine \Migrations \AbstractMigration ;
5
5
use Doctrine \DBAL \Schema \Schema ;
6
6
7
7
/**
@@ -13,7 +13,7 @@ class Version20160530132725 extends AbstractMigration
13
13
/**
14
14
* @return string
15
15
*/
16
- public function getDescription ()
16
+ public function getDescription (): string
17
17
{
18
18
return '' ;
19
19
}
@@ -22,7 +22,7 @@ public function getDescription()
22
22
* @param Schema $schema
23
23
* @return void
24
24
*/
25
- public function up (Schema $ schema )
25
+ public function up (Schema $ schema ): void
26
26
{
27
27
// this up() migration is autogenerated, please modify it to your needs
28
28
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
@@ -34,7 +34,7 @@ public function up(Schema $schema)
34
34
* @param Schema $schema
35
35
* @return void
36
36
*/
37
- public function down (Schema $ schema )
37
+ public function down (Schema $ schema ): void
38
38
{
39
39
// this down() migration is autogenerated, please modify it to your needs
40
40
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace Neos \Flow \Persistence \Doctrine \Migrations ;
3
3
4
- use Doctrine \DBAL \ Migrations \AbstractMigration ;
4
+ use Doctrine \Migrations \AbstractMigration ;
5
5
use Doctrine \DBAL \Schema \Schema ;
6
6
7
7
/**
@@ -13,7 +13,7 @@ class Version20160607125833 extends AbstractMigration
13
13
/**
14
14
* @return string
15
15
*/
16
- public function getDescription ()
16
+ public function getDescription (): string
17
17
{
18
18
return '' ;
19
19
}
@@ -22,7 +22,7 @@ public function getDescription()
22
22
* @param Schema $schema
23
23
* @return void
24
24
*/
25
- public function up (Schema $ schema )
25
+ public function up (Schema $ schema ): void
26
26
{
27
27
// this up() migration is autogenerated, please modify it to your needs
28
28
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
@@ -35,7 +35,7 @@ public function up(Schema $schema)
35
35
* @param Schema $schema
36
36
* @return void
37
37
*/
38
- public function down (Schema $ schema )
38
+ public function down (Schema $ schema ): void
39
39
{
40
40
// this down() migration is autogenerated, please modify it to your needs
41
41
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
namespace Neos \Flow \Persistence \Doctrine \Migrations ;
3
3
4
- use Doctrine \DBAL \ Migrations \AbstractMigration ;
4
+ use Doctrine \Migrations \AbstractMigration ;
5
5
use Doctrine \DBAL \Schema \Schema ;
6
6
7
7
/**
@@ -13,7 +13,7 @@ class Version20161101091328 extends AbstractMigration
13
13
/**
14
14
* @return string
15
15
*/
16
- public function getDescription ()
16
+ public function getDescription (): string
17
17
{
18
18
return '' ;
19
19
}
@@ -22,7 +22,7 @@ public function getDescription()
22
22
* @param Schema $schema
23
23
* @return void
24
24
*/
25
- public function up (Schema $ schema )
25
+ public function up (Schema $ schema ): void
26
26
{
27
27
// this up() migration is autogenerated, please modify it to your needs
28
28
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
@@ -33,7 +33,7 @@ public function up(Schema $schema)
33
33
* @param Schema $schema
34
34
* @return void
35
35
*/
36
- public function down (Schema $ schema )
36
+ public function down (Schema $ schema ): void
37
37
{
38
38
// this down() migration is autogenerated, please modify it to your needs
39
39
$ this ->abortIf ($ this ->connection ->getDatabasePlatform ()->getName () != 'mysql ' , 'Migration can only be executed safely on "mysql". ' );
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Sandstorm.UserManagement is currently being maintained for the following version
13
13
14
14
| Neos / Flow Version | Sandstorm.UserManagement Version | Branch | Maintained |
15
15
| ----------------------------| ----------------------------------| --------| ------------|
16
- | Neos 5.x, Flow 6.x | 7.x | master | Yes |
16
+ | Neos 5.x-7.x , Flow 6.x-7.x | 7.x | master | Yes |
17
17
| Neos 4.x, Flow 5.x | 6.x | 6.0 | Yes |
18
18
| Neos 3.x, Flow 4.x | 5.x | 5.0 | Bugfixes |
19
19
| Neos 2.3 LTS, Flow 3.3 LTS | 3.x | 3.0 | No |
Original file line number Diff line number Diff line change 22
22
"source" : " https://github.com/sandstorm/UserManagement"
23
23
},
24
24
"require" : {
25
- "neos/flow" : " ^6.0 || dev-master" ,
26
- "sandstorm/templatemailer" : " ^2.0"
25
+ "neos/flow" : " ^6.0 || ^7.0 || dev-master" ,
26
+ "sandstorm/templatemailer" : " ^2.0.2 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments