Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from zf2timo/develop
Browse files Browse the repository at this point in the history
Moved Zend\Escaper to require, Fixes #2
  • Loading branch information
michalbundyra committed Apr 27, 2018
2 parents eae725b + c5d4f55 commit c1fd924
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@
}
},
"require": {
"php": ">=5.5"
"php": ">=5.5",
"zendframework/zend-escaper": "2.*"
},
"require-dev": {
"zendframework/zend-escaper": "2.*",
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/PHPUnit": "~4.0"
},
"suggest": {
"ext/xdebug": "XDebug, for better backtrace output",
"zendframework/zend-escaper": "To support escaped output"
"ext/xdebug": "XDebug, for better backtrace output"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -37,4 +36,4 @@
"ZendTest\\Debug\\": "test/"
}
}
}
}

0 comments on commit c1fd924

Please sign in to comment.