Skip to content

Commit

Permalink
Update compiler to PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 18, 2021
1 parent 89af4e7 commit 51a2f7b
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 44 deletions.
4 changes: 2 additions & 2 deletions compiler/composer.json
Expand Up @@ -4,7 +4,7 @@
"description": "PHAR Compiler for PHPStan",
"license": ["MIT"],
"require": {
"php": "^7.3",
"php": "^8.0",
"nette/neon": "^3.0.0",
"symfony/console": "^5.2.2",
"symfony/process": "^5.2.2",
Expand All @@ -27,7 +27,7 @@
},
"config": {
"platform": {
"php": "7.3.24"
"php": "8.0.99"
},
"platform-check": false,
"sort-packages": true
Expand Down
87 changes: 45 additions & 42 deletions compiler/composer.lock

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

0 comments on commit 51a2f7b

Please sign in to comment.