summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Stopwatch/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Stopwatch/composer.json')
-rw-r--r--src/Symfony/Component/Stopwatch/composer.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/Symfony/Component/Stopwatch/composer.json b/src/Symfony/Component/Stopwatch/composer.json
new file mode 100644
index 0000000..356b1fe
--- /dev/null
+++ b/src/Symfony/Component/Stopwatch/composer.json
@@ -0,0 +1,34 @@
+{
+ "name": "symfony/stopwatch",
+ "type": "library",
+ "description": "Symfony Stopwatch Component",
+ "keywords": [],
+ "homepage": "https://symfony.com",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "require": {
+ "php": "^7.1.3",
+ "symfony/contracts": "^1.0"
+ },
+ "autoload": {
+ "psr-4": { "Symfony\\Component\\Stopwatch\\": "" },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "minimum-stability": "dev",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.2-dev"
+ }
+ }
+}