Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dr-matt-smith/pdo-crud-for-free-r…
Browse files Browse the repository at this point in the history
…epositories
  • Loading branch information
dr-matt-smith committed May 24, 2020
2 parents 2794c61 + 920956a commit d082992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php" : "~7.2.5",
"php" : "^7.2.5",
"symfony/dotenv": "^5.0"
},
"require-dev": {
Expand All @@ -32,7 +32,7 @@
},
"autoload-dev": {
"psr-4": {
"Mattsmithdev\\PdoCrudRepoTest\\": "tests",
"Mattsmithdev\\PdoCrudRepoTest\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit d082992

Please sign in to comment.