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
2
2
3
3
This 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
5
5
the [ Building an App] [ building-an-app ] tutorial.
6
6
7
7
## Setup
@@ -29,12 +29,12 @@ in your browser.
29
29
30
30
The application consists of three components:
31
31
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 ` .
33
33
2 . A [ ` composer.json ` ] ( composer.json ) which declares your application's dependencies.
34
34
3 . An [ ` index.php ` ] ( index.php ) which handles all the requests which get routed to your app.
35
35
36
36
The ` 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.
38
38
39
39
[ console ] : https://console.developers.google.com/project
40
40
[ slim ] : https://www.slimframework.com/
Original file line number Diff line number Diff line change 16
16
-->
17
17
<phpunit bootstrap =" ../../../testing/bootstrap.php" >
18
18
<testsuites >
19
- <testsuite name =" AppEngine for PHP 7.2 Slim Framework test" >
19
+ <testsuite name =" AppEngine for PHP 7.4 Slim Framework test" >
20
20
<directory >testdirectory >
21
21
testsuite >
22
22
testsuites >
You can’t perform that action at this time.
0 commit comments