power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

composer: add include path for prado.php #482

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To make composer.json useful for users too it needs the following line:

"include-path": ["framework"],

Original issue reported on code.google.com by ciromat...@gmail.com on 11 Sep 2013 at 4:04

GoogleCodeExporter commented 8 years ago
Committed as r3322.
Thus is needed since we don't support PSR-0 autoloading and namespaces by now, 
anyway as you might have guessed from the composer.json i'm already working on 
it..

Original comment by ctrlal...@gmail.com on 13 Sep 2013 at 7:27