Skip to content

Commit

Permalink
Updated composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Flobbo authored and Flobbo committed Dec 19, 2019
1 parent 5ce04ae commit c607b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ vendor
composer.lock
.vscode
.idea
/nbproject/private/
/nbproject
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"frogbob/inky-php": "^0.0.1",
"illuminate/support": "5.*|6.*",
"illuminate/view": "5.*|6.*",
"symfony/css-selector": "4.*",
"symfony/dom-crawler": "4.*",
"symfony/css-selector": "4.*|5.*",
"symfony/dom-crawler": "4.*|5.*",
"tijsverkoyen/css-to-inline-styles": "^2.2"
},
"autoload": {
Expand Down

0 comments on commit c607b62

Please sign in to comment.