Skip to content

Commit

Permalink
Add version file
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveRandom committed Jun 8, 2015
1 parent 85de822 commit 4a578cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"autoload": {
"psr-4": {"LDAPi\\": "src/"},
"files": ["src/functions.php"]
"files": ["src/functions.php", "version"]
}
}
5 changes: 5 additions & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

namespace LDAPi;

const VERSION = 'dev';

0 comments on commit 4a578cf

Please sign in to comment.