Skip to content

Commit 359c611

Browse files
author
Marc Aschmann
committed
remove dependency, cleanup fileheader
1 parent 527d6ed commit 359c611

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Common/BuilderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the asm\phpflo-bundle package.
3+
* This file is part of the phpflo\phpflo-bundle package.
44
*
55
* (c) Marc Aschmann <maschmann@gmail.com>
66
*

PhpFloBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the asm\phpflo-bundle package.
3+
* This file is part of the phpflo\phpflo-bundle package.
44
*
55
* (c) Marc Aschmann <maschmann@gmail.com>
66
*

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"require": {
66
"php": ">=5.5.9",
77
"symfony/symfony": "^2.8 || ^3.0",
8-
"phpflo/phpflo": "^1.0",
9-
"asm/php-utilities": "^2.0"
8+
"phpflo/phpflo": "^1.0"
109
},
1110
"require-dev": {
1211
"phpunit/phpunit": "<5.0",

0 commit comments

Comments
 (0)