Skip to content

Commit

Permalink
chore: update demo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Aug 23, 2023
1 parent 06ed6e7 commit 73ca792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "leafs/mvc",
"description": "A lightweight PHP MVC framework for rapid API development.",
"description": "A lightweight PHP MVC framework powered by Leaf",
"type": "library",
"keywords": [
"framework",
Expand All @@ -19,7 +19,7 @@
}
],
"require": {
"leafs/aloe": "*",
"leafs/aloe": "dev-master",
"illuminate/console": "^8.75",
"leafs/blade": "*",
"leafs/mvc-core": "dev-main",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@php -r \"unlink('README.MD'); rename('README2.MD', 'README.MD');\""
],
"post-create-project-cmd": [
"@php leaf key:generate --ansi"
"@php leaf key:generate"
]
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 73ca792

Please sign in to comment.