Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
eberhardtm committed Apr 11, 2018
1 parent 072d6a2 commit 68d8b8b
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 326 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"require": {
"setasign/fpdi-fpdf": "^1.6",
"setasign/fpdi-fpdf": "1.6",
"swiftmailer/swiftmailer": "@stable"
},
"require-dev": {
"phpunit/phpunit": "^7",
"phpunit/php-invoker": "^1.1"
"phpunit/phpunit": "6",
"phpunit/php-invoker": "1.1.4"
}
}
Loading

0 comments on commit 68d8b8b

Please sign in to comment.