Skip to content

Commit e5ce8b2

Browse files
Merge pull request #8 from PHPFastCGI/version-update
FastCGIDaemon version update
2 parents 116decd + 028e153 commit e5ce8b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ If you are using apache, you can configure the FastCGI module to launch and mana
6464

6565
## Updates
6666

67+
### v0.9.0
68+
- Upgraded FastCGIDaemon to v0.10.0 (auto-shutdown and shutdown flag support)
69+
6770
### v0.8.1
6871
- Bugfix: Upgraded FastCGIDaemon to v0.8.0
6972

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"symfony/http-kernel": "~2.7|~3.0",
1616
"symfony/dependency-injection": "~2.7|~3.0",
1717
"symfony/yaml": "~2.7|~3.0",
18-
"phpfastcgi/fastcgi-daemon": "^0.8"
18+
"phpfastcgi/fastcgi-daemon": "^0.10"
1919
},
2020
"require-dev": {
2121
"satooshi/php-coveralls": "dev-master"

0 commit comments

Comments
 (0)