XHGui 0.8.1
Changed
- Installer now uses
composer install
instead ofcomposer update
. - Composer dependancy updates (constraints were lowered on these dependencies)
- Slim had a constraint loosening, but no update (
"2.6.3"
=>"^2.6.3"
) - Slim Views 0.1.0 -> 0.1.3 (
"0.1.0"
=>"^0.1.0"
)- fixes compatibility issue PHP Warning
- Pimple 1.0.2 -> 1.1.1 (
"1.0.2"
=>"^1.0.2"
)
- Slim had a constraint loosening, but no update (