Skip to content

Commit a78b07d

Browse files
committed
Replace mention of "Symfony 2" to "Symfony"
1 parent 9ed06ec commit a78b07d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHP-DI - Symfony 2 Bridge
1+
PHP-DI - Symfony Bridge
22

33
Copyright (C) Matthieu Napoli
44

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
# PHP-DI integration with Symfony 2
1+
# PHP-DI integration with Symfony
22

33
[![Build Status](https://travis-ci.org/PHP-DI/Symfony2-Bridge.png?branch=master)](https://travis-ci.org/PHP-DI/Symfony2-Bridge)
44

5-
This package provides integration for PHP-DI with Symfony 2.
5+
This package provides integration for PHP-DI with Symfony.
66

7-
[PHP-DI](http://php-di.org) is a Dependency Injection Container for PHP.
8-
9-
This package is compatible with PHP-DI **4.x** and **5.x**.
7+
[PHP-DI](http://php-di.org) is a dependency injection container for PHP.
108

119
**The documentation is here: http://php-di.org/doc/frameworks/symfony2.html**
1210

11+
## Requirements
12+
13+
- PHP 5.5 or above
14+
- PHP-DI 5.*
15+
- Symfony 3.*
16+
1317
## How it works
1418

1519
Here is the workflow of Symfony:

0 commit comments

Comments
 (0)