Skip to content

Commit

Permalink
Fixed an issue in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
hoseinrafiei committed Jan 4, 2019
1 parent a56cd32 commit 8ffbc6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": ">=7.0.0"
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
"EasyYelp\\": "src/"
}
"psr-4": {
"EasyYelp\\": "src/"
}
}
}

0 comments on commit 8ffbc6d

Please sign in to comment.