Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gnugat committed Dec 1, 2015
1 parent 0daf993 commit db4ca8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
"Memio\\Linter\\": "src/Memio/Linter"
}},
"require": {
"php": ">=5.3.3",
"memio/model": "~1.0",
"memio/validator": "~1.0"
"php": "^5.3|^7.0",
"memio/model": "^1.0",
"memio/validator": "^1.0"
},
"require-dev": {
"ciaranmcnulty/phpspec-typehintedmethods": "~1.1",
"fabpot/php-cs-fixer": "~1.6",
"phpspec/phpspec": "~2.2"
"fabpot/php-cs-fixer": "^1.6",
"phpspec/phpspec": "^2.4"
}
}
2 changes: 0 additions & 2 deletions phpspec.yml

This file was deleted.

0 comments on commit db4ca8d

Please sign in to comment.