Skip to content

Commit 2413aca

Browse files
committed
Update doc, remove inflector dependency
1 parent 20fe2da commit 2413aca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PostProcessBundle
2-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/as3io/As3ModlrBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/as3io/As3ModlrBundle/?branch=master) [![Build Status](https://travis-ci.org/as3io/As3ModlrBundle.svg?branch=master)](https://travis-ci.org/as3io/As3ModlrBundle) [![Packagist](https://img.shields.io/packagist/dt/as3/modlr-bundle.svg)](https://packagist.org/packages/as3/modlr-bundle) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/6d7d530c-f405-4815-847a-4f7ff82960c5/mini.png)](https://insight.sensiolabs.com/projects/6d7d530c-f405-4815-847a-4f7ff82960c5)
2+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/as3io/PostProcessBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/as3io/PostProcessBundle/?branch=master) [![Build Status](https://travis-ci.org/as3io/PostProcessBundle.svg?branch=master)](https://travis-ci.org/as3io/PostProcessBundle) [![Packagist](https://img.shields.io/packagist/dt/as3/post-process-bundle.svg)](https://packagist.org/packages/as3/post-process-bundle) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/ed50d7d9-c5d5-4c4d-be6f-e8882099785e/mini.png)](https://insight.sensiolabs.com/projects/ed50d7d9-c5d5-4c4d-be6f-e8882099785e)
33

44
Provides centralized support for executing callable code before Symfony framework termination
55

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
},
2222
"require": {
2323
"php": ">=5.4",
24-
"symfony/framework-bundle": ">=2.5 <2.8 || ^3.0",
25-
"doctrine/inflector": "^1.1"
24+
"symfony/framework-bundle": ">=2.5 <2.8 || ^3.0"
2625
}
2726
}

0 commit comments

Comments
 (0)