Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalchemy committed Jul 25, 2020
1 parent 18d422b commit dd2b635
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 141 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Slim-Auth
A Slim 4 Skeleton.

![GitHub commits since tagged version](https://img.shields.io/github/commits-since/darkalchemy/Slim-Auth/0.3.18)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/darkalchemy/Slim-Auth/0.3.19)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6a60839ff8004b51afc186abf4d948ef)](https://app.codacy.com/manual/darkalchemy/Slim-Auth?utm_source=github.com&utm_medium=referral&utm_content=darkalchemy/Slim-Auth&utm_campaign=Badge_Grade_Dashboard)
[![GitHub Issues](https://img.shields.io/github/issues/darkalchemy/Slim-Auth)](https://github.com/darkalchemy/Slim-Auth/issues)
[![GitHub license](https://img.shields.io/github/license/darkalchemy/Slim-Auth.svg)](https://github.com/darkalchemy/Slim-Auth/blob/master/LICENSE)
Expand Down Expand Up @@ -57,7 +57,7 @@ To update for development
```text
composer install # install non-dev dependencies
npm install # install dependencies
npm run build # create initial js/css resources
npm run build-dev # create initial js/css resources
composer compile # compile twig templates
composer migrate # import database
```
Expand Down
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"delight-im/i18n": "^1.0",
"egulias/email-validator": "^2.1",
"fullpipe/twig-webpack-extension": "^3.1",
"hellogerard/jobby": "^3.4",
"hellogerard/jobby": "^3.5",
"illuminate/database": "^7.18",
"illuminate/events": "^7.18",
"middlewares/trailing-slash": "^2.0",
Expand Down Expand Up @@ -98,11 +98,5 @@
"var/tmp",
"resources/views/cache/"
]
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:darkalchemy/jobby.git"
}
]
}
}
Loading

0 comments on commit dd2b635

Please sign in to comment.