var-exporter

Allows exporting any serializable PHP data structure to plain PHP code

MIT License

Downloads
239.6M
Stars
2K
Committers
29

Bot releases are hidden (Show)

var-exporter - v6.1.0-RC1

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.1.0-BETA2...v6.1.0-RC1)

  • bug #46167 Fix exporting DateTime objects on PHP 8.2 (nicolas-grekas)
var-exporter - v6.1.0-BETA2

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.1.0-BETA1...v6.1.0-BETA2)

  • bug #46170 Fix dumping enums on PHP 8.2 (nicolas-grekas)
var-exporter - v6.0.8

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.0.7...v6.0.8)

  • bug #46170 Fix dumping enums on PHP 8.2 (nicolas-grekas)
var-exporter - v5.4.8

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v5.4.7...v5.4.8)

  • bug #46170 Fix dumping enums on PHP 8.2 (nicolas-grekas)
var-exporter - v4.4.41

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v4.4.40...v4.4.41)

  • bug #46170 Fix dumping enums on PHP 8.2 (nicolas-grekas)
var-exporter - v6.1.0-BETA1

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.0.7...v6.1.0-BETA1)

  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
var-exporter - v6.0.7

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.0.6...v6.0.7)

  • bug #45891 Fix exporting objects with readonly properties (nicolas-grekas)
var-exporter - v5.4.7

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v5.4.6...v5.4.7)

  • bug #45891 Fix exporting objects with readonly properties (nicolas-grekas)
var-exporter - v4.4.40

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v4.4.39...v4.4.40)

  • bug #45891 Fix exporting objects with readonly properties (nicolas-grekas)
var-exporter - v6.0.6

Published by fabpot over 2 years ago

var-exporter - v5.4.6

Published by fabpot over 2 years ago

var-exporter - v4.4.39

Published by fabpot over 2 years ago

var-exporter - v6.0.3

Published by fabpot over 2 years ago

var-exporter - v5.4.3

Published by fabpot over 2 years ago

var-exporter - v5.3.14

Published by fabpot over 2 years ago

var-exporter - v4.4.37

Published by fabpot over 2 years ago

var-exporter - v5.4.2

Published by fabpot almost 3 years ago

var-exporter - v6.0.0

Published by fabpot almost 3 years ago

var-exporter - v5.4.0

Published by fabpot almost 3 years ago

var-exporter - v6.0.0-RC1

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/var-exporter/compare/v6.0.0-BETA3...v6.0.0-RC1)

  • bug #44188 fix exporting declared but unset properties when __sleep() is implemented (nicolas-grekas)