1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-09-08 22:50:40 +02:00

adding behat for feature testing

This commit is contained in:
Mikael Roos
2016-06-03 11:44:27 +02:00
parent 3d2c74e9df
commit fbaf05d0d4
14 changed files with 2963 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "mos/cimage",
"name": "mos/cimage",
"type": "library",
"description": "Serverside image processing with PHP GD. Process, scale, resize, crop and filter images.",
"keywords": ["image", "imageprocessing", "gd", "crop", "resize"],
@@ -8,17 +8,30 @@
"authors": [
{
"name": "Mikael Roos",
"email": "me@mikaelroos.se",
"email": "mos@dbwebb.se",
"homepage": "http://mikaelroos.se",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/mosbth/cimage",
"issues": "https://github.com/mosbth/cimage/issues",
"docs": "http://dbwebb.se/opensource/cimage"
},
"require": {
"php": ">=5.4"
"php": ">=5.4",
"ext-gd": "*"
},
"suggest": {
"ext-exif": "*"
},
"require-dev": {
"phpunit/phpunit": "5.3.*",
"behat/behat": "3.0.*",
"phpmd/phpmd": "2.4.*",
"squizlabs/php_codesniffer": "2.6.*",
"phploc/phploc": "2.*",
"phpdocumentor/phpdocumentor": "2.*"
},
"autoload": {
"classmap": [ "src/CImage/" ]