Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemo--bleeken authored Jul 7, 2020
1 parent b662762 commit c011d1d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,14 @@
],
"type": "project",
"require": {
"php": ">=7.1",
"php": ">=7.1",
"ext-mbstring": "*",
"ext-json": "*",
"psr/log": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "6.*",
"monolog/monolog": "^2.0"
},
"suggest": {
"monolog/monolog": "An excellent logging solution, integrates seamlessly"
},
"autoload": {
"psr-4": {
"Pkly\\I18Next\\": "src/I18Next"
}
},
"autoload-dev": {
"psr-4": {
"Pkly\\I18Next\\Tests\\": "tests"
}
}
}

0 comments on commit c011d1d

Please sign in to comment.