summaryrefslogtreecommitdiffstats
path: root/src/Php80/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-17 11:18:56 +0100
committerRemi Collet <remi@remirepo.net>2020-02-17 11:18:56 +0100
commit67cf7c698f5d7eac897f97265923776cd3bc8138 (patch)
treed4adcf741e1a61b38dbc5a79f59b581e6232b6ec /src/Php80/composer.json
parent9fbfba86030e7ae56c125269048b7b92a745240d (diff)
update to 1.14.0
provides symfony/polyfill-php80
Diffstat (limited to 'src/Php80/composer.json')
-rw-r--r--src/Php80/composer.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Php80/composer.json b/src/Php80/composer.json
new file mode 100644
index 0000000..95d5053
--- /dev/null
+++ b/src/Php80/composer.json
@@ -0,0 +1,36 @@
+{
+ "name": "symfony/polyfill-php80",
+ "type": "library",
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
+ "keywords": ["polyfill", "shim", "compatibility", "portable"],
+ "homepage": "https://symfony.com",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "require": {
+ "php": ">=7.0.8"
+ },
+ "autoload": {
+ "psr-4": { "Symfony\\Polyfill\\Php80\\": "" },
+ "files": [ "bootstrap.php" ],
+ "classmap": [ "Resources/stubs" ]
+ },
+ "minimum-stability": "dev",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.14-dev"
+ }
+ }
+}