Skip to content

Commit 51a2f7b

Browse files
committed
Update compiler to PHP 8
1 parent 89af4e7 commit 51a2f7b

File tree

2 files changed

+47
-44
lines changed

2 files changed

+47
-44
lines changed

compiler/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "PHAR Compiler for PHPStan",
55
"license": ["MIT"],
66
"require": {
7-
"php": "^7.3",
7+
"php": "^8.0",
88
"nette/neon": "^3.0.0",
99
"symfony/console": "^5.2.2",
1010
"symfony/process": "^5.2.2",
@@ -27,7 +27,7 @@
2727
},
2828
"config": {
2929
"platform": {
30-
"php": "7.3.24"
30+
"php": "8.0.99"
3131
},
3232
"platform-check": false,
3333
"sort-packages": true

compiler/composer.lock

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)