Skip to content

Commit

Permalink
Merge pull request #27 from tienvx/update-php
Browse files Browse the repository at this point in the history
Support PHP 8.0 final. Drop PHP 7.2
  • Loading branch information
florianv authored Dec 15, 2020
2 parents 5444583 + 3ee7a27 commit 0d3d087
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.2
- 7.3
- 7.4
- 8.0
- nightly

matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ $ composer require florianv/petrinet
[version-image]: http://img.shields.io/packagist/v/florianv/petrinet.svg?style=flat

[php-version-url]: https://packagist.org/packages/florianv/petrinet
[php-version-image]: http://img.shields.io/badge/php-5.3.3+-ff69b4.svg
[php-version-image]: http://img.shields.io/badge/php-7.3.0+-ff69b4.svg
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.3",
"doctrine/collections": "^1.6"
},
"require-dev": {
"phpspec/phpspec": "^6.2"
"phpspec/phpspec": "^6.3 || ^7.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 0d3d087

Please sign in to comment.