Skip to content

Commit

Permalink
Merge pull request #157 from shochdoerfer/feature/php_8_0_0
Browse files Browse the repository at this point in the history
Allow PHP 8.0 as PHP runtime
  • Loading branch information
shochdoerfer committed Nov 13, 2021
2 parents d9016fe + 3bf1e96 commit 11547dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.2.0",
"php": "^7.2.0 | ^8.0.0",
"nette/neon": "^3.3.1",
"phpstan/phpstan": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11547dd

Please sign in to comment.