Skip to content

Commit

Permalink
Drop PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Apr 19, 2016
1 parent 76d8bfc commit d8a0e8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
- NETTE=nette-2.3 COMPOSER_EXTRA_ARGS="--prefer-lowest"

php:
- 5.3.3
- 5.4
- 5.5
- 5.6
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8a0e8a

Please sign in to comment.