Merge pull request #107 from RobinDev/master

Add PHP 8
This commit is contained in:
Ryan Weaver 2021-03-03 15:01:32 -05:00 committed by GitHub
commit 843b3d0c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -17,10 +17,12 @@ matrix:
- php: 7.2
- php: 7.3
env: deps=low
- php: 7.4
- php: 8.0
before_install:
- phpenv config-rm xdebug.ini || true
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
install:
- |

View file

@ -18,7 +18,7 @@
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"symfony/framework-bundle": "~3.4|^4.0|^5.0",
"symfony/dependency-injection": "~3.4|^4.0|^5.0",
"michelf/php-markdown": "~1.4"