Skip to content

Commit 4abe5da

Browse files
committed
Rename the package to Symfony-Bridge
1 parent 71e0793 commit 4abe5da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP-DI integration with Symfony
22

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

55
This package provides integration for PHP-DI with Symfony.
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "php-di/symfony2-bridge",
2+
"name": "php-di/symfony-bridge",
33
"type": "library",
44
"description": "Integrates PHP-DI to Symfony",
55
"homepage": "http://php-di.org/doc/frameworks/symfony2.html",

tests/FunctionalTest/ContainerAwareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class ContainerAwareInterfaceTest extends AbstractFunctionalTest
1818
{
1919
/**
20-
* @link https://github.com/PHP-DI/Symfony2-Bridge/issues/2
20+
* @link https://github.com/PHP-DI/Symfony-Bridge/issues/2
2121
*/
2222
public function testContainerAware()
2323
{

0 commit comments

Comments
 (0)