Skip to content

Commit

Permalink
Move code into src/ and use PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
dongilbert committed Feb 9, 2014
1 parent 7dee185 commit 83dab52
Show file tree
Hide file tree
Showing 41 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "joomla-package",
"description": "Joomla Database Package",
"keywords": ["joomla", "framework", "database"],
"homepage": "https://github.com/joomla/joomla-framework-database",
"homepage": "https://github.com/joomla-framework/database",
"license": "GPL-2.0+",
"require": {
"php": ">=5.3.10",
Expand All @@ -12,11 +12,10 @@
"require-dev": {
"joomla/test": "~1.0"
},
"target-dir": "Joomla/Database",
"autoload": {
"psr-0": {
"Joomla\\Database": ""
"psr-4": {
"Joomla\\Database\\": "src/",
"Joomla\\Database\\Tests\\": "Tests/"
}
},
"minimum-stability": "beta"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 83dab52

Please sign in to comment.