From d8a0e8a64a59f501996f8f9591aa3f950208f091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Proch=C3=A1zka?= Date: Sat, 4 Apr 2015 18:56:22 +0200 Subject: [PATCH] Drop PHP 5.3 --- .travis.yml | 1 - README.md | 4 ++-- docs/en/index.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8bb22f..15f843d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ env: - NETTE=nette-2.3 COMPOSER_EXTRA_ARGS="--prefer-lowest" php: - - 5.3.3 - 5.4 - 5.5 - 5.6 diff --git a/README.md b/README.md index 19e8282..6d9da5b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Kdyby/Events Requirements ------------ -Kdyby/Events requires PHP 5.3.2 or higher. +Kdyby/Events requires PHP 5.4 or higher. - [Nette Framework](https://github.com/nette/nette) @@ -24,7 +24,7 @@ Installation The best way to install Kdyby/Events is using [Composer](http://getcomposer.org/): ```sh -$ composer require kdyby/events:~2.2 +$ composer require kdyby/events ``` diff --git a/docs/en/index.md b/docs/en/index.md index 1719b1d..e78220e 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -10,7 +10,7 @@ Installation The best way to install Kdyby/Events is using [Composer](http://getcomposer.org/): ```sh -$ composer require kdyby/events:~2.2 +$ composer require kdyby/events ``` And then you should enable the extension using your neon config.