Skip to content

Commit bf43485

Browse files
committed
Merge pull request #600 from panique/develop
- captcha dependency minor update
2 parents c0db0cb + b2ec8cc commit bf43485

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ might be interesting for you.
1414
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/panique/huge/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/panique/huge/?branch=master)
1515
[![Build Status](https://scrutinizer-ci.com/g/panique/huge/badges/build.png?b=master)](https://scrutinizer-ci.com/g/panique/huge/build-status/master)
1616
[![Code Climate](https://codeclimate.com/github/panique/huge/badges/gpa.svg)](https://codeclimate.com/github/panique/huge)
17+
[![Dependency Status](https://www.versioneye.com/user/projects/54ca11fbde7924f81a000010/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54ca11fbde7924f81a000010)
1718

1819
#### Quick-Index
1920

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require-dev": {
99
"php": ">=5.5.0",
1010
"phpmailer/phpmailer": "~5.2",
11-
"gregwar/captcha": "~1.0.11"
11+
"gregwar/captcha": "~1.0.12"
1212
},
1313
"autoload": {
1414
"psr-4": { "": ["application/core/", "application/model/"] }

0 commit comments

Comments
 (0)