Skip to content

Commit

Permalink
Fix project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpp committed Mar 24, 2018
1 parent 070f702 commit 07003c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor
/composer.lock
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
}
],
"require": {
"php": ">=5.3",
"nette/database": ">=2.2"
"php": ">=5.4",
"nette/database": ">=2.2",
"nette/di": ">=2.2"
},
"autoload": {
"classmap": ["src/"]
Expand Down

0 comments on commit 07003c9

Please sign in to comment.