Skip to content

Commit

Permalink
Add phpunit 5.7 and pds/skelton badge in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harikt committed Feb 8, 2017
1 parent d1d569f commit e8af08e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ without compromising flexibility. For specifics, please examine the package
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/auraphp/Aura.Sql/badges/quality-score.png?b=3.x)](https://scrutinizer-ci.com/g/auraphp/Aura.Sql/)
[![Code Coverage](https://scrutinizer-ci.com/g/auraphp/Aura.Sql/badges/coverage.png?b=3.x)](https://scrutinizer-ci.com/g/auraphp/Aura.Sql/)
[![Build Status](https://travis-ci.org/auraphp/Aura.Sql.png?branch=3.x)](https://travis-ci.org/auraphp/Aura.Sql)
[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg?style=flat-square)](https://github.com/php-pds/skeleton)

This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"ext-mbstring": "*"
},
"require-dev": {
"pds/skeleton": "~1.0"
"pds/skeleton": "~1.0",
"phpunit/phpunit": "~5.7 < 6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e8af08e

Please sign in to comment.