Skip to content

Commit

Permalink
remove versioneye badge
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed Jan 2, 2016
1 parent 8422206 commit 6d37613
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php
php:
- '5.4'
- '5.5'
- '5.6'
install:
- composer install
script:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/emmanuelroecker/php-simply-html.svg?branch=master)](https://travis-ci.org/emmanuelroecker/php-simply-html)
[![Coverage Status](https://coveralls.io/repos/emmanuelroecker/php-simply-html/badge.svg?branch=master&service=github)](https://coveralls.io/github/emmanuelroecker/php-simply-html?branch=master)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/f2f6d5fe-633a-4318-9136-d2abeaf61419/mini.png)](https://insight.sensiolabs.com/projects/f2f6d5fe-633a-4318-9136-d2abeaf61419)
[![Dependency Status](https://www.versioneye.com/user/projects/568160c0eb4f47003000020c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/568160c0eb4f47003000020c)

Add, delete, modify, read html tags by using css selector.

Expand Down Expand Up @@ -128,6 +127,8 @@ Launch from command line :
vendor\bin\phpunit
```

## License MIT

## Contact

Authors : Emmanuel ROECKER & Rym BOUCHAGOUR
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": ">= 5.4,< 5.6",
"symfony/css-selector": ">=2.8,<3"
"php": ">=5.4",
"symfony/css-selector": "~2.3"
},
"require-dev": {
"phpunit/phpunit": ">=4.8",
Expand Down

0 comments on commit 6d37613

Please sign in to comment.