1
0
mirror of https://github.com/danog/PHPStruct.git synced 2024-11-26 19:54:38 +01:00

Updated deps, added some badges.

This commit is contained in:
Daniil Gentili 2016-07-15 12:50:26 +02:00
parent 1ce94d47bf
commit d8aaefc696
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,6 @@ php:
- nightly - nightly
before_script: before_script:
- composer update - composer update --dev
script: script:
- vendor/phpunit/phpunit/phpunit --bootstrap lib/danog/PHP/Struct.php tests/danog/PHP/StructTest.php --verbose - vendor/phpunit/phpunit/phpunit --bootstrap lib/danog/PHP/Struct.php tests/danog/PHP/StructTest.php --verbose

View File

@ -1,6 +1,10 @@
# PHPStruct class # PHPStruct class
[![Build Status](https://travis-ci.org/danog/PHPStruct.svg?branch=master)](https://travis-ci.org/danog/PHPStruct) [![Build Status](https://travis-ci.org/danog/PHPStruct.svg?branch=master)](https://travis-ci.org/danog/PHPStruct)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7b91e30ec89a4313bdb34766ea990113)](https://www.codacy.com/app/daniil-gentili-dg/PHPStruct?utm_source=github.com&utm_medium=referral&utm_content=danog/PHPStruct&utm_campaign=Badge_Grade)
[![Packagist](https://img.shields.io/packagist/l/danog/phpstruct.svg?maxAge=2592000)](https://packagist.org/danog/phpstruct)
[![Packagist](https://img.shields.io/packagist/dm/danog/phpstruct.svg?maxAge=2592000)](https://packsgist.org/danog/phpstrucr)
[![HHVM](https://img.shields.io/hhvm/danog/phpstruct.svg?maxAge=2592000)]()
Licensed under MIT. Licensed under MIT.

View File

@ -13,8 +13,10 @@
], ],
"require": { "require": {
"php": ">=5.6.0", "php": ">=5.6.0",
"phpunit/phpunit": "5.4.*"
}, },
"require-dev": {
"phpunit/phpunit": "5.4.*"
}
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"danog\\PHP\\": "lib/" "danog\\PHP\\": "lib/"