Skip to content

Commit

Permalink
php8 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Feb 3, 2021
1 parent 50c8f9e commit 1ea2fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: php
sudo: false
php:
- 7.3
- 7.4
- 8.0
before_script:
- composer install -n
script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Symfony Console application factory that autowires dependecies",
"type": "library",
"require": {
"php": "^7.4",
"php": "^7.3 | ~8.0.0",
"selami/stdlib": "^2.0",
"symfony/console": "^v5.1",
"psr/container": "^1.0"
Expand Down

0 comments on commit 1ea2fcc

Please sign in to comment.