Download the PHP package kuria/dev-meta without Composer
On this page you can find all versions of the php package kuria/dev-meta. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kuria/dev-meta
More information about kuria/dev-meta
Files in kuria/dev-meta
Download kuria/dev-meta
More information about kuria/dev-meta
Files in kuria/dev-meta
Vendor kuria
Package dev-meta
Short Description Common development dependencies and scripts for Kuria libraries
License MIT
Package dev-meta
Short Description Common development dependencies and scripts for Kuria libraries
License MIT
Please rate this library. Is it a good library?
Informations about the package dev-meta
Kuria development meta ######################
Common development dependencies and scripts for Kuria libraries.
Requirements
- PHP 7.1+
Usage
Composer scripts
This package defines the following composer scripts:
composer all
- run codestyle checks and testscomposer tests
- run testscomposer coverage
- run tests and generate code coverage reportcomposer cs
- run codestyle checkscomposer cs:fix
- attempt to automatically fix codestyle violations
Run the composer package-scripts:list
to show commands to only run specific tools.
Base test class
The Kuria\DevMeta\Test
class should be extended instead of PHPUnit\Framework\TestCase
.
It provides access to additional features from kuria/phpunit-extras.
use Kuria\DevMeta\Test;
class ExampleTest extends Test { // ... }
All versions of dev-meta with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-mbstring Version *
ext-tokenizer Version *
kuria/composer-pkg-scripts Version ^1.0
kuria/phpunit-extras Version ^2.0
phpunit/phpunit Version ^7.3.5
phpstan/phpstan-shim Version ^0.9.2
phpstan/phpstan-phpunit Version ^0.9.4
squizlabs/php_codesniffer Version ^3.3.1
ext-mbstring Version *
ext-tokenizer Version *
kuria/composer-pkg-scripts Version ^1.0
kuria/phpunit-extras Version ^2.0
phpunit/phpunit Version ^7.3.5
phpstan/phpstan-shim Version ^0.9.2
phpstan/phpstan-phpunit Version ^0.9.4
squizlabs/php_codesniffer Version ^3.3.1
The package kuria/dev-meta contains the following files
Loading the files please wait ....