Skip to content

Commit d8a40d4

Browse files
authored
Supports php 8.0 (#47)
* Add php 8.0 into requirements * Symfony 5. PHP 8 * php 8.0 * Symfony 4 * Update composer.json * Update .travis.yml
1 parent 0afe774 commit d8a40d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ cache:
55
- $HOME/.composer/cache/files
66

77
php:
8-
- 7.1
98
- 7.2
109
- 7.3
1110
- 7.4
11+
- 8.0
1212

1313
before_script:
1414
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-dist install

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"issues": "https://github.com/mac-cain13/daemonizable-command/issues"
1616
},
1717
"require": {
18-
"php": "^7.1",
19-
"symfony/console": "^4.0 || ^5.0",
20-
"symfony/dependency-injection": "^4.0 || ^5.0"
18+
"php": "^7.2|^8.0",
19+
"symfony/console": "^4.0|^5.0",
20+
"symfony/dependency-injection": "^4.0|^5.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.5.20 || ^8.0"
23+
"phpunit/phpunit": "^8.0 || ^9.0"
2424
},
2525
"suggest": {
2626
"symfony/filesystem": "If you can't use Upstart or systemd"

0 commit comments

Comments
 (0)