├── .php_cs.dist.php ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── composer.json ├── psalm.xml.dist ├── src └── Cloneable.php └── undo_configure.sh /.php_cs.dist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spatie/php-cloneable/HEAD/.php_cs.dist.php -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spatie/php-cloneable/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spatie/php-cloneable/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spatie/php-cloneable/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spatie/php-cloneable/HEAD/composer.json -------------------------------------------------------------------------------- /psalm.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spatie/php-cloneable/HEAD/psalm.xml.dist -------------------------------------------------------------------------------- /src/Cloneable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spatie/php-cloneable/HEAD/src/Cloneable.php -------------------------------------------------------------------------------- /undo_configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spatie/php-cloneable/HEAD/undo_configure.sh --------------------------------------------------------------------------------