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:
parent
1ce94d47bf
commit
d8aaefc696
@ -5,6 +5,6 @@ php:
|
||||
- nightly
|
||||
|
||||
before_script:
|
||||
- composer update
|
||||
- composer update --dev
|
||||
script:
|
||||
- vendor/phpunit/phpunit/phpunit --bootstrap lib/danog/PHP/Struct.php tests/danog/PHP/StructTest.php --verbose
|
||||
|
@ -1,6 +1,10 @@
|
||||
# PHPStruct class
|
||||
|
||||
[![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.
|
||||
|
||||
|
@ -13,8 +13,10 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.6.0",
|
||||
"phpunit/phpunit": "5.4.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "5.4.*"
|
||||
}
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"danog\\PHP\\": "lib/"
|
||||
|
Loading…
Reference in New Issue
Block a user