Skip to content

Releases: thecodingmachine/mouf

Typecasting environment variables

Choose a tag to compare

@moufmouf moufmouf released this 04 Jul 10:23
693a63c

Environment variables bound in the config are type-casted to their expected type.

See #147

Fixing checkbox "fetch from environment" in config page

Choose a tag to compare

@moufmouf moufmouf released this 02 May 10:53
5a3989a

See #146

Invalidate opcache cache on install

Choose a tag to compare

@moufmouf moufmouf released this 27 Feb 18:20
1ccda50

This fixes install issues if the opcache.revalidate_freq is not set to 0 during the installation process.
See #145

Adding the ability to fetch config variable from environment

Choose a tag to compare

@moufmouf moufmouf released this 03 Jan 10:37
03daac8

Very useful for integration with Docker based environments where config comes from environment variables.

Adds the possibility to alter a class name in the container

Choose a tag to compare

@moufmouf moufmouf released this 23 May 08:43

See #143

Fixing detection of classes in symlinked directories

Choose a tag to compare

@moufmouf moufmouf released this 28 Mar 08:45
Merge pull request #139 from marcteyssier/2.0

Fix mapping of symlink

Fixing error in PHP 7.1

Choose a tag to compare

@moufmouf moufmouf released this 02 Mar 12:31
Merge pull request #138 from toscan/patch-1

Fix php 7.1 notice

Minor improvement

Choose a tag to compare

@moufmouf moufmouf released this 23 Jan 13:48

Improved position of added services in the Mouf class.
See #137.
Credits to @dsavina

Bugfix release

Choose a tag to compare

@moufmouf moufmouf released this 25 Nov 09:26

Fixing a weird bug in autoload management with recent versions of Composer.

Bugfix release

Choose a tag to compare

@moufmouf moufmouf released this 27 Sep 12:39

Fixes PSR-11 implementation regarding behaviour of the NotFoundException.
Fixes class analysis when a constant from a non loadable class was encountered.