Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ leaf-3.11
lumen-10.0
phroute-2.2
pure-php
slim-4.14
slim-4.15
symfony-5.4
symfony-6.4
symfony-7.4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion slim-4.14/composer.json → slim-4.15/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"slim/slim": "4.14.*",
"slim/slim": "4.15.*",
"slim/psr7": "1.7.*",
"slim/http": "1.4.*"
},
Expand Down
2 changes: 1 addition & 1 deletion slim-4.14/public/index.php → slim-4.15/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.14/public/index.php");
$app->setBasePath("/PHP-Frameworks-Bench/slim-4.15/public/index.php");

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