Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Update to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enindu committed Oct 9, 2021
1 parent e972b62 commit 2c06bab
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "enindu/slender",
"description": "Low-level rapid web development environment based on Slim framework",
"keywords": ["php", "framework", "slender", "slim"],
"version": "0.6.0-dev",
"keywords": [
"php",
"framework",
"slender",
"slim"
],
"version": "0.6.0",
"license": "MIT",
"homepage": "https://github.com/enindu/slender",
"readme": "https://github.com/enindu/slender#readme",
Expand All @@ -18,10 +23,10 @@
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"slim/slim": "^4.8",
"slim/slim": "^4.9",
"slim/psr7": "^1.4",
"illuminate/database": "^8.58",
"illuminate/events": "^8.58",
"illuminate/database": "^8.63",
"illuminate/events": "^8.63",
"php-di/php-di": "^6.3",
"twig/twig": "^3.3",
"phpmailer/phpmailer": "^6.5",
Expand Down

0 comments on commit 2c06bab

Please sign in to comment.