Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
labudzinski authored Jan 10, 2020
1 parent 2a63c71 commit 5d71605
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sanpi/assetic",
"name": "effiana/assetic",
"description": "Asset Management for PHP",
"keywords": [ "assets", "compression", "minification" ],
"homepage": "https://github.com/sanpi/assetic",
Expand All @@ -14,13 +14,14 @@
],
"require": {
"php": ">=5.3.1",
"symfony/process": "^2.7|^3.0|^4.0"
"symfony/process": "^4.0|^5.0"
},
"conflict": {
"twig/twig": "<1.34|>=2,<2.4"
},
"replace": {
"kriswallsmith/assetic": "self.version"
"kriswallsmith/assetic": "self.version",
"sanpi/assetic": "self.version"
},
"require-dev": {
"leafo/lessphp": "^0.5",
Expand Down

0 comments on commit 5d71605

Please sign in to comment.