summaryrefslogtreecommitdiffstats
path: root/src/Util/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/composer.json')
-rw-r--r--src/Util/composer.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/Util/composer.json b/src/Util/composer.json
new file mode 100644
index 0000000..47c7883
--- /dev/null
+++ b/src/Util/composer.json
@@ -0,0 +1,30 @@
+{
+ "name": "symfony/polyfill-util",
+ "type": "library",
+ "description": "Symfony utilities for portability of PHP codes",
+ "keywords": ["polyfill", "shim", "compat", "compatibility"],
+ "homepage": "https://symfony.com",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "autoload": {
+ "psr-4": { "Symfony\\Polyfill\\Util\\": "" }
+ },
+ "minimum-stability": "dev",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.13-dev"
+ }
+ }
+}