mirror of
https://github.com/danog/PHPStruct.git
synced 2024-11-26 19:54:38 +01:00
Update badge url and composer.json
This commit is contained in:
parent
205365f0eb
commit
c45742bcbc
@ -2,8 +2,8 @@
|
||||
|
||||
[![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)
|
||||
[![Packagist](https://img.shields.io/packagist/l/danog/phpstruct.svg?maxAge=2592000)](https://packagist.org/packages/danog/phpstruct)
|
||||
[![Packagist](https://img.shields.io/packagist/dm/danog/phpstruct.svg?maxAge=2592000)](https://packagist.org/packages/danog/phpstruct)
|
||||
[![HHVM](https://img.shields.io/hhvm/danog/phpstruct.svg?maxAge=2592000)]()
|
||||
[![StyleCI](https://styleci.io/repos/62454134/shield)](https://styleci.io/repos/62454134)
|
||||
|
||||
|
@ -12,11 +12,11 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.6.0",
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "5.4.*"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"danog\\PHP\\": "lib/"
|
||||
|
8
composer.lock
generated
8
composer.lock
generated
@ -4,9 +4,10 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "0b36b47606a43e303d506bee0fda9aa4",
|
||||
"content-hash": "f3612ca3408fe562f463f96006e5b773",
|
||||
"packages": [
|
||||
"hash": "73b93d737f11821625bd5ba0f6f60bd0",
|
||||
"content-hash": "9d39c313319b5e233fd3b3d80982d2f7",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
"version": "1.0.5",
|
||||
@ -1304,7 +1305,6 @@
|
||||
"time": "2015-08-24 13:29:44"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
|
Loading…
Reference in New Issue
Block a user