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:
parent
cf3e68bbd3
commit
f8a8b70a89
13
README.md
13
README.md
@ -1,16 +1,17 @@
|
||||
ClassFinder
|
||||
===========
|
||||
|
||||
A dead simple utility to identify classes in a given namespace. This package is an improved implementation of an
|
||||
[answer on Stack Overflow](https://stackoverflow.com/a/40229665/3000068) that provides additional features with less
|
||||
configuration required.
|
||||
A dead simple utility to identify classes in a given namespace.
|
||||
|
||||
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
|
||||
------------
|
||||
|
||||
* Application is using Composer.
|
||||
* Classes can be autoloaded with Composer.
|
||||
* PHP >= 5.3.0
|
||||
* Application is using Composer.
|
||||
* Classes can be autoloaded with Composer.
|
||||
* PHP >= 5.3.0
|
||||
|
||||
Installing
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user