Skip to content

Commit cb9068a

Browse files
committed
Enhancement: Document platform requirement in composer.json
1 parent bab1fa9 commit cb9068a

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "php/web-php",
3+
"type": "project",
4+
"description": "The www.php.net site.",
5+
"homepage": "https://www.php.net/",
6+
"license": "proprietary",
7+
"require": {
8+
"php": "^7.2"
9+
},
10+
"config": {
11+
"sort-packages": true
12+
},
13+
"support": {
14+
"source": "https://github.com/php/web-php"
15+
}
16+
}

composer.lock

Lines changed: 20 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)