Skip to content

Commit 6258ee8

Browse files
authored
Update README.md
1 parent af8f82b commit 6258ee8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ The following command will expose the current working directory on port 8080:
1010
$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html danpoltawski/moodle-php-apache:7.1
1111
```
1212

13+
# Features
14+
15+
* Preconfigured with all php extensions required for Moodle development and all database drivers
16+
* Serves wwroot configured at /var/www/html/
17+
* Verified by [automated tests](https://travis-ci.org/danpoltawski/moodle-php-apache)
18+
1319
# Versions
1420

1521
| PHP Version | Tag | Status |
1622
|--------------|-----|--------|
1723
| PHP 7.1 | 7.1 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php71)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
1824
| PHP 7.0 | 7.0 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php70)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
1925
|PHP 5.6 | 5.6 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php56)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
20-
21-
# Features
22-
23-
* Preconfigured with all php extensions required for Moodle development and all database drivers
24-
* Serves wwroot configured at /var/www/html/
25-
* Verified by [automated tests](https://travis-ci.org/danpoltawski/moodle-php-apache)

0 commit comments

Comments
 (0)