Skip to content

Commit

Permalink
Require PHP 7.3 or newer (PHP8 not tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Mar 4, 2021
1 parent 44f0516 commit f60a1b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ dist: trusty

matrix:
include:
- php: 7.2
env: DB=MYSQL RECIPE_VERSION=4.3.x-dev PHPUNIT_TEST=1
- php: 7.3
env: DB=MYSQL RECIPE_VERSION=4.x-dev PHPUNIT_TEST=1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ segments under different parents).
## Requirements

* SilverStripe 4.x
* PHP 7.x
* PHP ^7.3 (PHP8 not tested)

## Installation

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"issues": "http://github.com/chrometoasters/silverstripe-advanced-taxonomies/issues"
},
"require": {
"php": "^7.3",
"silverstripe/admin": "^1",
"silverstripe/framework": "^4",
"silverstripe/versioned": "^1",
Expand Down

0 comments on commit f60a1b8

Please sign in to comment.