Skip to content

Commit

Permalink
Adjust readme and composer.json to current Endocore version
Browse files Browse the repository at this point in the history
  • Loading branch information
nekudo committed Mar 4, 2019
1 parent 7d645b4 commit d542a62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Endocore Sample App
<p align="center">
<img src="https://bloatless.org/img/logo.svg" width="60px" height="80px">
</p>

<h1 align="center">Bloatless Endocore App</h1>

<p align="center">
A boilerplate application for the Endocore framework.
</p>

You can use this bootstrap application to quickly start a new project based on the
[Endocore framework](https://github.com/bloatless/endocore).
Expand Down
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@
"Bloatless\\EndocoreApp\\": "app/"
}
},
"repositories": [
{
"type": "path",
"url": "../shiny_core"
}
],
"require": {
"php": "^7.2",
"bloatless/endocore": "*"
"bloatless/endocore": ">=0.2"
},
"prefer-stable": true,
"minimum-stability": "dev",
"scripts": {
"post-create-project-cmd": [
"cp config/config.sample.php config/config.php"
Expand Down

0 comments on commit d542a62

Please sign in to comment.