Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Less specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldangenent committed May 12, 2016
1 parent 4f4391b commit f5bfcaf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
],
"require-dev": {
"squizlabs/php_codesniffer": "^2.6.0",
"trendwerk/dev-mail": "1.0.1",
"trendwerk/dev-uploads": "1.0.3",
"trendwerk/debug": "1.0.0"
"squizlabs/php_codesniffer": "^2.6",
"trendwerk/dev-mail": "~1.0",
"trendwerk/dev-uploads": "~1.0",
"trendwerk/debug": "~1.0"
},
"require": {
"php": ">=5.5",
Expand All @@ -53,9 +53,9 @@
"vlucas/phpdotenv": "~2.0",
"johnpbloch/wordpress": "4.5.2",
"koodimonni-language/core-nl_nl": "4.5.2",
"trendwerk/credits": "0.1.0",
"trendwerk/editor-capabilities": "1.0.0",
"trendwerk/post-type-menu-highlight": "1.1.4",
"trendwerk/credits": "0.1.x",
"trendwerk/editor-capabilities": "1.0.x",
"trendwerk/post-type-menu-highlight": "1.1.x",
"wpackagist-plugin/timber-library": "0.22.5",
"wpackagist-plugin/limit-login-attempts": "1.7.1",
"roots/wp-password-bcrypt": "1.0.0"
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5bfcaf

Please sign in to comment.