chg: bumped versions

- pymisp
- query string version
- php recommended version
pull/2041/merge
iglocska 2017-04-11 15:26:44 +02:00
parent 3081d7e644
commit 1bc5b51ea2
1 changed files with 3 additions and 3 deletions

View File

@ -46,10 +46,10 @@ class AppController extends Controller {
public $helpers = array('Utility');
private $__queryVersion = '5';
public $pyMispVersion = '2.4.68';
private $__queryVersion = '6';
public $pyMispVersion = '2.4.71';
public $phpmin = '5.6.5';
public $phprec = '7.0.0';
public $phprec = '7.0.16';
// Used for _isAutomation(), a check that returns true if the controller & action combo matches an action that is a non-xml and non-json automation method
// This is used to allow authentication via headers for methods not covered by _isRest() - as that only checks for JSON and XML formats