Skip to content

Commit

Permalink
Supports php 8.0 (#47)
Browse files Browse the repository at this point in the history
* Add php 8.0 into requirements

* Symfony 5. PHP 8

* php 8.0

* Symfony 4

* Update composer.json

* Update .travis.yml
  • Loading branch information
madmis authored Mar 9, 2021
1 parent 0afe774 commit d8a40d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cache:
- $HOME/.composer/cache/files

php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0

before_script:
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-dist install
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"issues": "https://github.com/mac-cain13/daemonizable-command/issues"
},
"require": {
"php": "^7.1",
"symfony/console": "^4.0 || ^5.0",
"symfony/dependency-injection": "^4.0 || ^5.0"
"php": "^7.2|^8.0",
"symfony/console": "^4.0|^5.0",
"symfony/dependency-injection": "^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20 || ^8.0"
"phpunit/phpunit": "^8.0 || ^9.0"
},
"suggest": {
"symfony/filesystem": "If you can't use Upstart or systemd"
Expand Down

0 comments on commit d8a40d4

Please sign in to comment.