There was a problem fetching the pipeline stages.
Merge branch '40-add-minimal-php-version-constraint-to-composer-json' into 'develop'
FEATURE: Provide minimal required php version in composer.json Closes #40 See merge request !43
Branches
Pipeline
#342
passed
with stage
in
4 minutes and 13 seconds
... | ... | @@ -28,6 +28,7 @@ |
} | ||
}, | ||
"require": { | ||
"php": ">=5.3.3", | ||
"composer-plugin-api": "^1.1", | ||
"squizlabs/php_codesniffer": "^2.0", | ||
"symfony/finder": "^2.1 || ^3.0", | ||
... | ... |
Please register or sign in to comment