Skip to content

Commit

Permalink
updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TRPB committed Mar 6, 2018
1 parent 8e5e932 commit 668fb15
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
@@ -1,6 +1,6 @@
{
"name": "level-2/dice",
"description": "A minimalist Dependency injection container (DIC) for PHP. Please note: This branch is only compatible with PHP5.6. 5.5, 5.4 and 5.3 compatible version is available as a separate branch on github. ",
"description": "A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.",
"license": "BSD-2-Clause",
"homepage": "http://r.je/dice.html",
"keywords": ["Dependency injection", "ioc", "Dependency injection container", "DI"],
Expand All @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=5.6.0"
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 668fb15

Please sign in to comment.