1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

Enhancement: Document platform requirement in composer.json

Closes GH-408.
This commit is contained in:
Andreas Möller
2022-07-08 14:58:24 +02:00
committed by GitHub
parent 2c3eb8db19
commit d47ac32040
3 changed files with 44 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
/vendor/
backend/mirror.gif
backend/mirror.png
backend/mirror.jpg

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "php/web-php",
"description": "The www.php.net site.",
"license": "proprietary",
"type": "project",
"homepage": "https://www.php.net/",
"support": {
"source": "https://github.com/php/web-php"
},
"require": {
"php": "^7.3"
},
"config": {
"platform": {
"php": "7.3.19"
},
"sort-packages": true
}
}

23
composer.lock generated Normal file
View File

@@ -0,0 +1,23 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c0f8a9b8c5c6efaa1eed8cf44ed8695e",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.3"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.3.19"
},
"plugin-api-version": "2.3.0"
}