Skip to content

Commit 0e6e6fe

Browse files
committed
update php limit
1 parent 73ee82e commit 0e6e6fe

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed

src/Application/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-application",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9",
9+
"php": ">=7.1.3",
1010
"windwalker/io": "~3.0",
1111
"windwalker/structure": "~3.0",
1212
"windwalker/environment": "~3.0",

src/Authentication/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-authentication",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9"
9+
"php": ">=7.1.3"
1010
},
1111
"require-dev": {
1212
"windwalker/test": "~3.0"

src/Authorisation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-authorisation",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9"
9+
"php": ">=7.1.3"
1010
},
1111
"require-dev": {
1212
"windwalker/test": "~3.0"

src/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-cache",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9",
9+
"php": ">=7.1.3",
1010
"ext-json": "*"
1111
},
1212
"require-dev": {

src/Compare/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-compare",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9"
9+
"php": ">=7.1.3"
1010
},
1111
"require-dev": {
1212
"windwalker/test": "~3.0"

src/Console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-console",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9",
9+
"php": ">=7.1.3",
1010
"windwalker/io": "~3.0",
1111
"windwalker/structure": "~3.0"
1212
},

src/Crypt/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-crypt",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9"
9+
"php": ">=7.1.3"
1010
},
1111
"require-dev": {
1212
"windwalker/test": "~3.0"

src/DI/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-di",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9",
9+
"php": ">=7.1.3",
1010
"psr/container": "^1.0"
1111
},
1212
"require-dev": {

src/Data/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-data",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9",
9+
"php": ">=7.1.3",
1010
"windwalker/utilities": "~3.0",
1111
"symfony/polyfill-php73": "^1.10"
1212
},

src/DataMapper/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/ventoviro/windwalker-datamapper",
77
"license": "LGPL-2.0-or-later",
88
"require": {
9-
"php": ">=5.5.9",
9+
"php": ">=7.1.3",
1010
"windwalker/database": "~3.0",
1111
"windwalker/data": "~3.0",
1212
"ext-json": "*",

0 commit comments

Comments
 (0)