PHP Class JonathanTorres\Construct\Defaults

Datei anzeigen 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_oe property

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

$nonSemverPhpVersions public_oe property

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

$phpVersions public_oe property

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

$testingFrameworks public_oe property

The available testing frameworks.
public array $testingFrameworks
return array