File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
appengine/standard/slim-framework Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Slim Framework on App Engine for PHP 7.2
1+ # Slim Framework on App Engine for PHP 7.4
22
33This sample demonstrates how to deploy a * very* basic [ Slim] [ slim ] application to
4- [ Google App Engine for PHP 7.2 ] [ appengine-php ] . For a more complete guide, follow
4+ [ Google App Engine for PHP 7.4 ] [ appengine-php ] . For a more complete guide, follow
55the [ Building an App] [ building-an-app ] tutorial.
66
77## Setup
@@ -29,12 +29,12 @@ in your browser.
2929
3030The application consists of three components:
3131
32- 1 . An [ ` app.yaml ` ] ( app.yaml ) which sets your application runtime to be ` php72 ` .
32+ 1 . An [ ` app.yaml ` ] ( app.yaml ) which sets your application runtime to be ` php74 ` .
3333 2 . A [ ` composer.json ` ] ( composer.json ) which declares your application's dependencies.
3434 3 . An [ ` index.php ` ] ( index.php ) which handles all the requests which get routed to your app.
3535
3636The ` index.php ` file is the most important. All applications running on App Engine
37- for PHP 7.2 require use of a [ front controller] [ front-controller ] file.
37+ for PHP 7.4 require use of a [ front controller] [ front-controller ] file.
3838
3939[ console ] : https://console.developers.google.com/project
4040[ slim ] : https://www.slimframework.com/
Original file line number Diff line number Diff line change 1616-->
1717<phpunit bootstrap =" ../../../testing/bootstrap.php" >
1818 <testsuites >
19- <testsuite name =" AppEngine for PHP 7.2 Slim Framework test" >
19+ <testsuite name =" AppEngine for PHP 7.4 Slim Framework test" >
2020 <directory >test</directory >
2121 </testsuite >
2222 </testsuites >
You can’t perform that action at this time.
0 commit comments