Skip to content

Commit

Permalink
update php limit
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jan 13, 2019
1 parent 73ee82e commit 0e6e6fe
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion src/Application/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-application",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/io": "~3.0",
"windwalker/structure": "~3.0",
"windwalker/environment": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Authentication/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-authentication",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Authorisation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-authorisation",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-cache",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"ext-json": "*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Compare/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-compare",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-console",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/io": "~3.0",
"windwalker/structure": "~3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Crypt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-crypt",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/DI/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-di",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"psr/container": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Data/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-data",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/utilities": "~3.0",
"symfony/polyfill-php73": "^1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion src/DataMapper/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-datamapper",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/database": "~3.0",
"windwalker/data": "~3.0",
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-database",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"psr/log": "1.*@stable",
"windwalker/query": "~3.0",
"ext-pdo": "*"
Expand Down
2 changes: 1 addition & 1 deletion src/Dom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-dom",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Edge/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-edge",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Environment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-environment",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Event/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-event",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-filesystem",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-filter",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-form",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/dom": "~3.0",
"windwalker/html": "~3.0",
"windwalker/validator": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Html/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-html",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/dom": "~3.0",
"ext-json": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-http",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"psr/http-message": "1.*",
"windwalker/uri": "~3.0",
"composer/ca-bundle": "^1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/IO/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-io",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"ext-json": "*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Language/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-language",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"ext-json": "*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-loader",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-middleware",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Profiler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-profiler",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Query/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-query",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"ext-pdo": "*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-queue",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/event": "~3.0",
"windwalker/structure": "~3.0",
"ext-json": "*"
Expand Down
2 changes: 1 addition & 1 deletion src/Record/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-record",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/database": "~3.0",
"windwalker/datamapper": "~3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Renderer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-renderer",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/structure": "~3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Router/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-router",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Session/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-session",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/String/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-string",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Structure/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-structure",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Test/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-test",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/environment": "~3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Uri/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-uri",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3"
},
"require-dev": {
"windwalker/test": "~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-utilities",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"windwalker/string": "~3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Validator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/ventoviro/windwalker-validator",
"license": "LGPL-2.0-or-later",
"require": {
"php": ">=5.5.9",
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "^1.8"
},
"require-dev": {
Expand Down

0 comments on commit 0e6e6fe

Please sign in to comment.