mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 10:46:23 +00:00
commit
bf140cf8cd
@ -13,8 +13,8 @@ error_reporting(-1);
|
||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v1.6.0';
|
||||
$DEVILBOX_DATE = '2020-01-04';
|
||||
$DEVILBOX_VERSION = 'v1.6.1';
|
||||
$DEVILBOX_DATE = '2020-01-05';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -82,7 +82,7 @@ class Php extends BaseClass implements BaseInterface
|
||||
}
|
||||
public function getSymfonyVersion()
|
||||
{
|
||||
$output = loadClass('Helper')->exec('symfony --version 2>/dev/null', $output);
|
||||
$output = loadClass('Helper')->exec('symfony -V 2>/dev/null | tr -d "[:cntrl:]" | sed "s/\[[0-9]*m//g"', $output);
|
||||
return loadClass('Helper')->egrep('/[0-9.]+/', $output);
|
||||
}
|
||||
public function getWpcliVersion()
|
||||
|
@ -7,6 +7,12 @@ major versions.
|
||||
## Unreleased
|
||||
|
||||
|
||||
## Bugfix Release v1.6.1 (2019-01-05)
|
||||
|
||||
#### Fixed
|
||||
- [#662](https://github.com/cytopia/devilbox/issues/662) Update to latest Symfony CLI
|
||||
|
||||
|
||||
## Release v1.6.0 (2020-01-04)
|
||||
|
||||
#### Changed
|
||||
|
@ -95,7 +95,7 @@ services:
|
||||
# PHP
|
||||
# ------------------------------------------------------------
|
||||
php:
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.100
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.101
|
||||
hostname: php
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user