Skip to content

Commit 6d8ba78

Browse files
authored
chore(docs): update PHP to 7.4 in docs and config (GoogleCloudPlatform#1347)
1 parent 7d07471 commit 6d8ba78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

appengine/standard/slim-framework/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Slim Framework on App Engine for PHP 7.2
1+
# Slim Framework on App Engine for PHP 7.4
22

33
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
55
the [Building an App][building-an-app] tutorial.
66

77
## Setup
@@ -29,12 +29,12 @@ in your browser.
2929

3030
The 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

3636
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.
3838

3939
[console]: https://console.developers.google.com/project
4040
[slim]: https://www.slimframework.com/

appengine/standard/slim-framework/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>testdirectory>
2121
testsuite>
2222
testsuites>

0 commit comments

Comments
 (0)