Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Use stable version of DOMPDF
  • Loading branch information
BrunoSpy committed Apr 3, 2014
1 parent a18c237 commit 07a1f60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"dompdf/dompdf": "dev-master#1abb9117a50c2854761bacaaff4b8a08257a1e8e"
"dompdf/dompdf": "0.6.*"
},
"autoload": {
"psr-0": {
Expand Down

2 comments on commit 07a1f60

@dilowagner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BrunoSpy could you please make a release/tag of this? I'm using this module in production and this dependency is broken.

@BrunoSpy
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im' not the maintainer of this module.
You should ask @raykolbe

Please sign in to comment.