Skip to content

Commit babd55d

Browse files
authored
Merge pull request #2107 from opensource-workshop/composer
[composer] php7.4に変更2
2 parents 47db60f + 3aa0fe4 commit babd55d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

composer-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^7.4.0",
12+
"php": "^7.4.0 || ~8.0 || ~8.1",
1313
"aws/aws-sdk-php": "^3.262",
1414
"azuyalabs/yasumi": "^2.3",
1515
"doctrine/dbal": "^2.10",

composer-dev.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
55
"This file is @generated automatically"
66
],
7-
"content-hash": "c33e8c95b029c216cead5d5733378333",
7+
"content-hash": "469b8318f6829ab0ef12f44754ad6bf1",
88
"packages": [
99
{
1010
"name": "aws/aws-crt-php",
@@ -9290,7 +9290,7 @@
92909290
"prefer-stable": true,
92919291
"prefer-lowest": false,
92929292
"platform": {
9293-
"php": "^7.4.0"
9293+
"php": "^7.4.0 || ~8.0 || ~8.1"
92949294
},
92959295
"platform-dev": [],
92969296
"plugin-api-version": "2.6.0"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^7.4.0",
12+
"php": "^7.4.0 || ~8.0 || ~8.1",
1313
"azuyalabs/yasumi": "^2.3",
1414
"doctrine/dbal": "^2.10",
1515
"ezyang/htmlpurifier": "^4.13",

composer.lock

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

0 commit comments

Comments
 (0)