Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nezamy committed Oct 2, 2020
1 parent 42d76ca commit 6885547
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@
"role": "Full Stack Web Developer"
}
],
"repositories": [
{
"type": "path",
"url": "../di",
"options": {
"symlink": true
}
}
],

"autoload": {
"psr-4": {
"Just\\": "src/",
Expand All @@ -45,7 +37,7 @@
"php": ">=7.4",
"ext-json": "*",
"ext-mbstring": "*",
"nezamy/di": "dev-main"
"nezamy/di": "^2.*"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.5",
Expand Down

0 comments on commit 6885547

Please sign in to comment.