Browse Source

version

develop v1.0.0-rc1
HerrHase 3 years ago
parent
commit
3538339e8d
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      README.md
  2. +1
    -1
      composer.json

+ 2
- 2
README.md View File

@ -1,4 +1,4 @@
# Super Gear Directus
# Super Gear Directus 1.0.0-rc1
Project to using a Directus Instance as CMS. Structure is inspired by Laravel, using [FlightPHP](https://github.com/mikecao/flight)
for handle Request.
@ -20,7 +20,7 @@ DIRECTUS_API_URL=
DIRECTUS_API_TOKEN=
```
## Laravel Mix
## Laravel Mix
## Repositories


+ 1
- 1
composer.json View File

@ -1,6 +1,6 @@
{
"name": "tentakelfabrik/super-gear-directus",
"version": "1.0.0-rc",
"version": "1.0.0-rc1",
"type": "project",
"license": "MIT",
"authors": [


Loading…
Cancel
Save