Tobias Munk
Tobias Munk
Rather than using ``` "minimum-stability": "dev", "prefer-stable": true, ``` I'd prefer to set ``` "minimum-stability": "stable", ``` and use explicit `@dev` constraints if a package needs it. Please see also:...
I ran into the same issue, see https://travis-ci.org/dmstr/phd5-app/builds/540910183#L3086 The root cause was a "functional", which did not create any request but checked a version file. My solution was to move...
So my fix or better workaround is this: https://github.com/dmstr/phd5-app/commit/54497262bbfb44e4af1ec9f3aabc6ce56424cbe9 - disabling the debug module in tests. I had the issue also in unit tests. Reopening ... how to proceed, do...
> Yes. Is that Codeception-specific? Yes, I had this after upgrading from 2.3 to 2.5
Like mentioned from @SamMousa using ``` namespace yii\log { function register_shutdown_function() { // Stop calling register_shutdown_function } } ``` in `_bootstrap.php` (I put it in `unit/` and `functional/`) is a...
> I'm putting this in codeception as well, since it's a better fix. Would be nice to see this in 2.x, since upgrading to 3.x raised even more issues.
The screenshots above are from [this code](https://github.com/dmstr/yii2-backend-module/blob/master/src/controllers/DefaultController.php#L85-L110) which is based on [this](https://github.com/dmstr/yii2-application-metadata/blob/master/helpers/Metadata.php). Moreover, we have a [console command](https://github.com/dmstr/phd5-app/blob/master/src/commands/AppController.php#L27) to accomplish a similar task. (Disclaimer: not very nice code) I mainly...
I'd also expect an integer here. From https://stackoverflow.com/questions/670662/whats-the-maximum-size-for-an-int-in-php even on 32bit systems this would be limited to ~2 billion, which is quite large and on 64bit to ~9 quintillion.
This repo is no longer maintained (see also https://github.com/jdorn/json-editor/issues/800) Development is continued at https://github.com/json-editor/json-editor For details please visit https://github.com/json-editor/json-editor/issues/5
@Joshua-Oliveros https://github.com/jdorn/json-editor#deprecation-notice