Skip to content

Commit

Permalink
remove dependency, cleanup fileheader
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Aschmann committed Feb 27, 2017
1 parent 527d6ed commit 359c611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Common/BuilderInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* This file is part of the asm\phpflo-bundle package.
* This file is part of the phpflo\phpflo-bundle package.
*
* (c) Marc Aschmann <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion PhpFloBundle.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* This file is part of the asm\phpflo-bundle package.
* This file is part of the phpflo\phpflo-bundle package.
*
* (c) Marc Aschmann <[email protected]>
*
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"require": {
"php": ">=5.5.9",
"symfony/symfony": "^2.8 || ^3.0",
"phpflo/phpflo": "^1.0",
"asm/php-utilities": "^2.0"
"phpflo/phpflo": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "<5.0",
Expand Down

0 comments on commit 359c611

Please sign in to comment.