1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-30 04:29:03 +01:00

Reformat README

This commit is contained in:
Benedikt Franke 2019-09-08 15:04:46 +00:00 committed by Hayden Pierce
parent cf3e68bbd3
commit f8a8b70a89

View File

@ -1,16 +1,17 @@
ClassFinder ClassFinder
=========== ===========
A dead simple utility to identify classes in a given namespace. This package is an improved implementation of an A dead simple utility to identify classes in a given namespace.
[answer on Stack Overflow](https://stackoverflow.com/a/40229665/3000068) that provides additional features with less
configuration required. This package is an improved implementation of an [answer on Stack Overflow](https://stackoverflow.com/a/40229665/3000068)
and provides additional features with less configuration required.
Requirements Requirements
------------ ------------
* Application is using Composer. * Application is using Composer.
* Classes can be autoloaded with Composer. * Classes can be autoloaded with Composer.
* PHP >= 5.3.0 * PHP >= 5.3.0
Installing Installing
---------- ----------