Skip to content

Commit

Permalink
PHP 8 Support (#21)
Browse files Browse the repository at this point in the history
* test against latest php

* did composer update

* change minimum support

* composer update

* change min support

update composer.json to support php 8. Drop support for previous versions
  • Loading branch information
ppshobi authored Dec 30, 2020
1 parent d63141f commit 2cefe45
Show file tree
Hide file tree
Showing 3 changed files with 798 additions and 316 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ language: php
services:
- docker
php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- "8.0"
matrix:
fast_finish: true
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"search engine"
],
"require": {
"php": "~7.0"
"php": "^7.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2cefe45

Please sign in to comment.