Skip to content

Commit

Permalink
Enhancement: Document platform requirement in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 25, 2021
1 parent bfb30b5 commit 009dae2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/vendor/

backend/mirror.gif
backend/mirror.png
backend/mirror.jpg
Expand Down
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "php/web-php",
"type": "project",
"description": "The www.php.net site.",
"homepage": "https://www.php.net/",
"license": "proprietary",
"require": {
"php": "^7.2"
},
"config": {
"sort-packages": true
},
"support": {
"source": "https://github.com/php/web-php"
}
}
20 changes: 20 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 009dae2

Please sign in to comment.