Skip to content

Commit

Permalink
min stability
Browse files Browse the repository at this point in the history
  • Loading branch information
christof committed Aug 23, 2016
1 parent 5125f76 commit 9bfc816
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ clone or download from https://github.com/atlantic8-web/slim-magic-example-simpl

//Then run composer update to install dependencies
```

Check composer minimum stability
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "atlantic8-web/slim-magic-example-simple",
"description": "SlimMagic example code",
"description": "SlimMagic example code",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4.0",
Expand All @@ -11,7 +12,7 @@
"slim/twig-view": "^2.1",
"atlantic8-web/slim-magic": "^1.0"

},
},
"license": "MIT",
"homepage": "https://github.com/atlantic8-web/slim-magic-example-simple",
"authors": [
Expand All @@ -21,9 +22,9 @@
}
],
"autoload": {
"psr-4": {
"app\\":"app/",
"service\\":"service"
"psr-4": {
"app\\": "app/",
"service\\": "service"
}
}
}
}

0 comments on commit 9bfc816

Please sign in to comment.