diff --git a/composer.json b/composer.json index a8a1b08..0d45499 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A PHP PoC (Proof of Concept) of a MVC Framework with custom router, IoC/DI container (PSR-compliant)", "type": "project", "require": { - "guibranco/pancake": "^0.14.4", + "guibranco/pancake": "^0.14.5", "psr/container": "^1.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 14f023a..5f79baf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7ec541c2d506753647e0c49a9155bb1f", + "content-hash": "53f3f919e2cbfc739637e2d9ac905a12", "packages": [ { "name": "guibranco/pancake", - "version": "v0.14.4", + "version": "v0.14.5", "source": { "type": "git", "url": "https://github.com/guibranco/pancake.git", - "reference": "b3036075e59315aac6583953d612e1c0f4892275" + "reference": "28fe9cabcfc71077b4c6778962fdbc9e742310e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guibranco/pancake/zipball/b3036075e59315aac6583953d612e1c0f4892275", - "reference": "b3036075e59315aac6583953d612e1c0f4892275", + "url": "https://api.github.com/repos/guibranco/pancake/zipball/28fe9cabcfc71077b4c6778962fdbc9e742310e2", + "reference": "28fe9cabcfc71077b4c6778962fdbc9e742310e2", "shasum": "" }, "require-dev": { @@ -42,9 +42,9 @@ "description": "The Pancake project, a toolkit for PHP projects", "support": { "issues": "https://github.com/guibranco/pancake/issues", - "source": "https://github.com/guibranco/pancake/tree/v0.14.4" + "source": "https://github.com/guibranco/pancake/tree/v0.14.5" }, - "time": "2024-10-28T03:48:54+00:00" + "time": "2024-11-04T03:31:19+00:00" }, { "name": "psr/container",