Skip to content

Commit d47ac32

Browse files
authored
Enhancement: Document platform requirement in composer.json
Closes GH-408.
1 parent 2c3eb8d commit d47ac32

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/vendor/
2+
13
backend/mirror.gif
24
backend/mirror.png
35
backend/mirror.jpg

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "php/web-php",
3+
"description": "The www.php.net site.",
4+
"license": "proprietary",
5+
"type": "project",
6+
"homepage": "https://www.php.net/",
7+
"support": {
8+
"source": "https://github.com/php/web-php"
9+
},
10+
"require": {
11+
"php": "^7.3"
12+
},
13+
"config": {
14+
"platform": {
15+
"php": "7.3.19"
16+
},
17+
"sort-packages": true
18+
}
19+
}

composer.lock

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

0 commit comments

Comments
 (0)