From 2d26f1a82166a2a6b8d89e94a17defa1b69d3ba5 Mon Sep 17 00:00:00 2001 From: overtrue Date: Tue, 26 Jul 2016 14:42:49 +0800 Subject: [PATCH] PHP >= 5.5.9 --- .travis.yml | 1 - LICENSE | 22 ++++++++++++++++++++++ composer.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/.travis.yml b/.travis.yml index 19f1826a..b7c98be6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: php php: # using major version aliases - - 5.4 - 5.5 - 5.6 - 7.0 diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..a0564142 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2016 overtrue + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/composer.json b/composer.json index 81dfba93..d656e3d6 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.4", + "php": ">=5.5.9", "symfony/console": "^3.1", "symfony/finder": "^3.1", "symfony/process": "^3.1"