summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2015-05-04 18:09:21 +0200
committerUwe Tews <uwe.tews@googlemail.com>2015-05-04 18:09:21 +0200
commit9789867d8be37e18c8c0acbf15ce28c8d2fa39ce (patch)
tree4481c6033c8caefbe11108b6027d23d3d9576e4f /composer.json
parent80926a538d87c335612c4b818afa9413c0b6021b (diff)
downloadsmarty-9789867d8be37e18c8c0acbf15ce28c8d2fa39ce.tar.gz
smarty-9789867d8be37e18c8c0acbf15ce28c8d2fa39ce.tar.bz2
smarty-9789867d8be37e18c8c0acbf15ce28c8d2fa39ce.zip
Revert "add require-dev to load PHPUnit tests and lxer/parser generator"
This reverts commit f3d7b05ccb77aee4caff6849706dea550b0df25d.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index e667227d..f744cbc7 100644
--- a/composer.json
+++ b/composer.json
@@ -21,16 +21,12 @@
],
"support": {
"irc": "irc://irc.freenode.org/smarty",
- "issues": "https://github.com/smarty-php/smarty/issues",
+ "issues": "http://code.google.com/p/smarty-php/issues/list",
"forum": "http://www.smarty.net/forums/"
},
"require": {
"php": ">=5.2"
},
- "require-dev": {
- "smarty/smarty-phpunit": "~3.1@dev",
- "smarty/smarty-lexer": "~3.1@dev"
- },
"autoload": {
"classmap": [
"libs/Smarty.class.php",