Skip to content

Commit

Permalink
#47: Use PSR-0 autoloading for existing code in application/library/
Browse files Browse the repository at this point in the history
For now we can skip any reorganization, addition of namespaces, and other
refactoring of the main data model while getting controllers and views
ported over to Symfony.
  • Loading branch information
adamfranco committed Sep 25, 2024
1 parent c3ef1d0 commit 7dc2c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
},
"psr-0": {
"osid_": "library/osid-phpkit/",
"phpkit_": "library/osid-phpkit/"
"phpkit_": "library/osid-phpkit/",
"": "application/library/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 7dc2c46

Please sign in to comment.