PHP Class JonathanTorres\Construct\Defaults

Show file Open project: jonathantorres/construct

Public Properties

Property Type Description
$licenses array The available open source licenses. (more: http://choosealicense.com/licenses)
$nonSemverPhpVersions array Php versions without a semver scheme.
$phpVersions array Available php versions to test on travis.
$testingFrameworks array The available testing frameworks.

Property Details

$licenses public property

The available open source licenses. (more: http://choosealicense.com/licenses)
public array $licenses
return array

$nonSemverPhpVersions public property

Php versions without a semver scheme.
public array $nonSemverPhpVersions
return array

$phpVersions public property

Available php versions to test on travis.
public array $phpVersions
return array

$testingFrameworks public property

The available testing frameworks.
public array $testingFrameworks
return array