Skip to content

Commit

Permalink
Merge pull request #60 from joanhey/slim-4.13
Browse files Browse the repository at this point in the history
Update Slim to v4.13
  • Loading branch information
myaaghubi authored Mar 18, 2024
2 parents 2d7eb91 + db3e3b8 commit 482b734
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lumen-10.0
phroute-2.2
pure-php
silex-2.3
slim-4.12
slim-4.13
symfony-5.4
symfony-6.4
symfony-7.0
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion slim-4.12/composer.json → slim-4.13/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"slim/slim": "4.12.*",
"slim/slim": "4.13.*",
"slim/psr7": "1.6.*",
"slim/http": "1.3.*"
},
Expand Down
2 changes: 1 addition & 1 deletion slim-4.12/public/index.php → slim-4.13/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$app = AppFactory::create();

// xampp
$app->setBasePath("/PHP-Frameworks-Bench/slim-4.12/public/index.php");
$app->setBasePath("/PHP-Frameworks-Bench/slim-4.13/public/index.php");

// Add error middleware
$app->addErrorMiddleware(false, true, true);
Expand Down

0 comments on commit 482b734

Please sign in to comment.