Skip to content

Commit

Permalink
Updates in composer.json - added "prefer-stable": true, "autoload…
Browse files Browse the repository at this point in the history
…" by "psr-4" and updated mvccore dependencies to ^5.3.
  • Loading branch information
tomFlidr committed Dec 16, 2024
1 parent fb02edd commit bee709c
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
{
"name": "mvccore/project-portable",
"type": "project",
"description": "MvcCore - Project - Basic - Template For Portable Packing - basic website template project packing demonstration.",
"keywords": [
"mvccore",
"single-file",
"application",
"packing",
"building",
"basic",
"empty",
"project",
"template",
"basic project",
"new project",
"empty project",
"template project",
"portable"
],
"license": [ "BSD-3-Clause" ],
"authors": [
{
"name": "Tom Flidr",
"homepage": "https://github.com/tomFlidr"
}
],
"require": {
"php": ">=5.4.0",
"mrclay/minify": "2.3.*",
"mvccore/packager": "2.*"
},
"minimum-stability": "stable"
}
{
"name": "mvccore/project-portable",
"type": "project",
"description": "MvcCore - Project - Basic - Template For Portable Packing - basic website template project packing demonstration.",
"keywords": [
"mvccore",
"single-file",
"application",
"packing",
"building",
"basic",
"empty",
"project",
"template",
"basic project",
"new project",
"empty project",
"template project",
"portable"
],
"license": [ "BSD-3-Clause" ],
"authors": [
{
"name": "Tom Flidr",
"homepage": "https://github.com/tomFlidr"
}
],
"require": {
"php": ">=5.4.0",
"mrclay/minify": "2.3.*",
"mvccore/packager": "^2.5"
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit bee709c

Please sign in to comment.