Skip to content

Commit 3548cf5

Browse files
committed
Set PHP 8 in composer.json
1 parent 7b79884 commit 3548cf5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"MIT"
66
],
77
"require": {
8-
"php": "^7.4 || ^8.0",
8+
"php": "^8.0",
99
"clue/block-react": "^1.4",
1010
"clue/ndjson-react": "^1.0",
1111
"composer/ca-bundle": "^1.2",
@@ -53,7 +53,7 @@
5353
},
5454
"config": {
5555
"platform": {
56-
"php": "7.4.6"
56+
"php": "8.0.99"
5757
},
5858
"platform-check": false,
5959
"sort-packages": true,

composer.lock

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

0 commit comments

Comments
 (0)