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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
/vendor/
|
||||
|
||||
backend/mirror.gif
|
||||
backend/mirror.png
|
||||
backend/mirror.jpg
|
||||
|
||||
19
composer.json
Normal file
19
composer.json
Normal 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
23
composer.lock
generated
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user