├── README.md ├── composer.json └── src ├── AllowInheritance.php ├── ClassNotFinal.php └── Plugin.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cspray/phinal/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cspray/phinal/HEAD/composer.json -------------------------------------------------------------------------------- /src/AllowInheritance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cspray/phinal/HEAD/src/AllowInheritance.php -------------------------------------------------------------------------------- /src/ClassNotFinal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cspray/phinal/HEAD/src/ClassNotFinal.php -------------------------------------------------------------------------------- /src/Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cspray/phinal/HEAD/src/Plugin.php --------------------------------------------------------------------------------