summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Cornutt <enygma@phpdeveloper.org>2015-05-29 06:13:07 -0500
committerChris Cornutt <enygma@phpdeveloper.org>2015-05-29 06:13:07 -0500
commit06d1cc8df2db944d8ae674ce9af6e1155d0de25e (patch)
treec8fc7b7090c07d154b817770f1b50c151b379405
parent6a954b3126c820f6435976880c4b0251eb0f693c (diff)
downloadgatekeeper-06d1cc8df2db944d8ae674ce9af6e1155d0de25e.zip
gatekeeper-06d1cc8df2db944d8ae674ce9af6e1155d0de25e.tar.gz
gatekeeper-06d1cc8df2db944d8ae674ce9af6e1155d0de25e.tar.bz2
adding the expression-language requirement to the composer.json
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index a1647c8..f1179f7 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,8 @@
"robmorgan/phinx": "*",
"ircmaxell/password-compat": "1.0.4",
"ircmaxell/random-lib": "1.1.0",
- "vlucas/phpdotenv": "1.1.0"
+ "vlucas/phpdotenv": "1.1.0",
+ "symfony/expression-language": "2.5.*@dev"
},
"require-dev": {
"phpunit/phpunit": "4.1.4"
@@ -28,4 +29,4 @@
"Psecio": "src/"
}
}
-} \ No newline at end of file
+}