klaussilveira / SimpleSHM

SimpleSHM is a simple and small abstraction layer for shared memory manipulation using PHP. It makes use of the SHMOP functions, built into most PHP packages.
BSD 3-Clause "New" or "Revised" License
136 stars 46 forks source link

Use composer type library instead of project #4

Closed tuupola closed 8 years ago

tuupola commented 8 years ago

This PR changes the Composer package type to library which is better suited for libraries.