Revision 15:e200cb7efeb3 vendor/zendframework/zend-escaper/composer.json
| vendor/zendframework/zend-escaper/composer.json | ||
|---|---|---|
| 1 | 1 |
{
|
| 2 | 2 |
"name": "zendframework/zend-escaper", |
| 3 |
"description": " ",
|
|
| 3 |
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
|
|
| 4 | 4 |
"license": "BSD-3-Clause", |
| 5 | 5 |
"keywords": [ |
| 6 |
"zf2", |
|
| 6 |
"zf", |
|
| 7 |
"zendframework", |
|
| 7 | 8 |
"escaper" |
| 8 | 9 |
], |
| 9 |
"homepage": "https://github.com/zendframework/zend-escaper", |
|
| 10 |
"support": {
|
|
| 11 |
"docs": "https://docs.zendframework.com/zend-escaper/", |
|
| 12 |
"issues": "https://github.com/zendframework/zend-escaper/issues", |
|
| 13 |
"source": "https://github.com/zendframework/zend-escaper", |
|
| 14 |
"rss": "https://github.com/zendframework/zend-escaper/releases.atom", |
|
| 15 |
"chat": "https://zendframework-slack.herokuapp.com", |
|
| 16 |
"forum": "https://discourse.zendframework.com/c/questions/components" |
|
| 17 |
}, |
|
| 18 |
"require": {
|
|
| 19 |
"php": "^5.6 || ^7.0" |
|
| 20 |
}, |
|
| 21 |
"require-dev": {
|
|
| 22 |
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", |
|
| 23 |
"zendframework/zend-coding-standard": "~1.0.0" |
|
| 24 |
}, |
|
| 10 | 25 |
"autoload": {
|
| 11 | 26 |
"psr-4": {
|
| 12 | 27 |
"Zend\\Escaper\\": "src/" |
| 13 | 28 |
} |
| 14 | 29 |
}, |
| 15 |
"require": {
|
|
| 16 |
"php": ">=5.5" |
|
| 17 |
}, |
|
| 18 |
"minimum-stability": "dev", |
|
| 19 |
"prefer-stable": true, |
|
| 20 |
"extra": {
|
|
| 21 |
"branch-alias": {
|
|
| 22 |
"dev-master": "2.5-dev", |
|
| 23 |
"dev-develop": "2.6-dev" |
|
| 24 |
} |
|
| 25 |
}, |
|
| 26 | 30 |
"autoload-dev": {
|
| 27 | 31 |
"psr-4": {
|
| 28 | 32 |
"ZendTest\\Escaper\\": "test/" |
| 29 | 33 |
} |
| 30 | 34 |
}, |
| 31 |
"require-dev": {
|
|
| 32 |
"fabpot/php-cs-fixer": "1.7.*", |
|
| 33 |
"phpunit/PHPUnit": "~4.0" |
|
| 35 |
"config": {
|
|
| 36 |
"sort-packages": true |
|
| 37 |
}, |
|
| 38 |
"extra": {
|
|
| 39 |
"branch-alias": {
|
|
| 40 |
"dev-master": "2.6.x-dev", |
|
| 41 |
"dev-develop": "2.7.x-dev" |
|
| 42 |
} |
|
| 43 |
}, |
|
| 44 |
"scripts": {
|
|
| 45 |
"check": [ |
|
| 46 |
"@cs-check", |
|
| 47 |
"@test" |
|
| 48 |
], |
|
| 49 |
"cs-check": "phpcs", |
|
| 50 |
"cs-fix": "phpcbf", |
|
| 51 |
"test": "phpunit --colors=always", |
|
| 52 |
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
|
| 34 | 53 |
} |
| 35 | 54 |
} |
Also available in: Unified diff