Minor fix to provisioning script and composer.json
This commit is contained in:
parent
5dcd119952
commit
8db2babd44
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "wellrested/wellrested",
|
"name": "wellrested/wellrested",
|
||||||
"description": "Simple PHP Library for RESTful APIs",
|
"description": "Simple PHP Library for RESTful APIs",
|
||||||
"keywords": ["rest", "restful", "api", "curl", "http"],
|
"keywords": ["rest", "restful", "api", "http"],
|
||||||
"homepage": "https://github.com/pjdietz/wellrested",
|
"homepage": "https://github.com/pjdietz/wellrested",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ changes="
|
||||||
set /files/etc/php5/cli/php.ini/Date/date.timezone America/New_York
|
set /files/etc/php5/cli/php.ini/Date/date.timezone America/New_York
|
||||||
set /files/etc/php5/fpm/php.ini/Date/date.timezone America/New_York
|
set /files/etc/php5/fpm/php.ini/Date/date.timezone America/New_York
|
||||||
set /files/etc/php5/fpm/php.ini/cgi/cgi.fix_pathinfo 0
|
set /files/etc/php5/fpm/php.ini/cgi/cgi.fix_pathinfo 0
|
||||||
set /files/etc/php5/fpm/php.ini/Session/session.save_handler memcached
|
|
||||||
set /files/etc/php5/fpm/php.ini/Session/session.save_path 127.0.0.1:11211
|
set /files/etc/php5/fpm/php.ini/Session/session.save_path 127.0.0.1:11211
|
||||||
set /files/etc/php5/mods-available/xdebug.ini/.anon/zend_extension xdebug.so
|
set /files/etc/php5/mods-available/xdebug.ini/.anon/zend_extension xdebug.so
|
||||||
set /files/etc/php5/mods-available/xdebug.ini/.anon/xdebug.remote_enable on
|
set /files/etc/php5/mods-available/xdebug.ini/.anon/xdebug.remote_enable on
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue