Skip to content

Commit

Permalink
requires PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 5, 2020
1 parent 5388891 commit 66ae4b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"require-dev": {
"nette/tester": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Install it using Composer:
composer require nette/command-line
```

It requires PHP version 7.1 and supports PHP up to 7.4.
It requires PHP version 7.2 and supports PHP up to 7.4.

If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you!

0 comments on commit 66ae4b1

Please sign in to comment.