Skip to content

Commit

Permalink
changed dependencies in composer.json - added composer.lock and remov…
Browse files Browse the repository at this point in the history
…ed composer.lock from gitignore
  • Loading branch information
xrowdominik committed Feb 20, 2018
1 parent 0945b03 commit 617ebd9
Show file tree
Hide file tree
Showing 3 changed files with 2,822 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
composer.lock
vendor/
var/
*.rpm
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -17,7 +17,11 @@
"zetacomponents/database": "*",
"zetacomponents/system-information": "*",
"zetacomponents/url": "*",
"herzult/php-ssh": "~1.1.0"
"herzult/php-ssh": "~1.1.0",
"doctrine/inflector": "1.1",
"doctrine/instantiator": "1.0.5",
"doctrine/collections": "1.4.0",
"twig/twig": "1.35.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 617ebd9

Please sign in to comment.