Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Added autoload section to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Sep 18, 2013
1 parent 42f5381 commit 5f0279e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FirstFriday.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace PHX2600\FirstFriday;
namespace PHX2600;

/**
* Calculate the next, first Friday of the month.
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
},
"require": {
"php" : ">=5.3.0"
},
"autoload": {
"classmap": [
"FirstFriday.php"
]
}
}

0 comments on commit 5f0279e

Please sign in to comment.