Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
Fix: Some SensioLabsInsight issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Körner committed Sep 26, 2014
1 parent 0054dd4 commit 0cd79c1
Show file tree
Hide file tree
Showing 9 changed files with 626 additions and 622 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src_dir: ./
src_dir: ./
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.idea
.settings
composer.phar
coverage.clover
ocular.phar
/vendor/
/build/
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
php_analyzer: true
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ script:
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/FlorianKoerner/ChimpDrill.svg)](https://travis-ci.org/FlorianKoerner/ChimpDrill)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/FlorianKoerner/ChimpDrill/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/FlorianKoerner/ChimpDrill/?branch=master)
[![Coverage Status](https://coveralls.io/repos/FlorianKoerner/ChimpDrill/badge.png)](https://coveralls.io/r/FlorianKoerner/ChimpDrill)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/a7a165ab-fa72-4a98-834c-1ed8896901a8/mini.png)](https://insight.sensiolabs.com/projects/a7a165ab-fa72-4a98-834c-1ed8896901a8)

Parser for the merge tags syntax of [Mailchimp] and [Mandrill]. Supports
[placeholder], [filters] and [conditions].
Expand Down Expand Up @@ -108,4 +109,4 @@ array(

## I Love Open Source

[![I Love Open Source](http://www.iloveopensource.io/images/logo-lightbg.png)](http://www.iloveopensource.io/users/FlorianKoerner)
[![I Love Open Source](http://www.iloveopensource.io/images/logo-lightbg.png)](http://www.iloveopensource.io/users/FlorianKoerner)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "florian-koerner/chimpdrill",
"description": "Simple Mailchimp / Mandrill Merge Tags Parser",
"require": {
"php": ">= 5.3.2",
"satooshi/php-coveralls": "dev-master"
"php": ">= 5.3.2"
},
"require-dev": {
"satooshi/php-coveralls": "0.6.*",
"phpunit/phpunit": "4.2.*"
},
"license": "CC0 1.0 Universal",
"license": "CC0-1.0",
"authors": [
{
"name": "Florian Körner",
Expand Down
Loading

0 comments on commit 0cd79c1

Please sign in to comment.