Skip to content

Commit

Permalink
Merge pull request #19 from phramework/php8_version
Browse files Browse the repository at this point in the history
Added php8 as supported required php version
  • Loading branch information
nohponex authored May 12, 2022
2 parents 834559d + 03ff16d commit cee97ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0
### Added
- php 8 as supported required version

## 0.0.5
### Fixed
- Drop use of deprecated method `each`
- Drop use of deprecated method `each`
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
}
],
"require": {
"php": "^7.2.0"
"php": "^7.2.0 || ^8.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5.2",
"codacy/coverage": "^1.0",
"satooshi/php-coveralls": "^2.0",
"phpunit/phpunit": "^7.2"
"php-coveralls/php-coveralls": "v2.5.0",
"phpunit/phpunit": "^9.3"
},
"prefer-stable": true,
"prefer-stable": true,
"autoload": {
"psr-4": {
"Phramework\\ExpressionParser\\": "src"
Expand Down

0 comments on commit cee97ec

Please sign in to comment.