Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed Jul 17, 2017
2 parents 2548c1c + cf9ad79 commit 29d4a5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"email": "jakub@underdev.it"
}
],
"require": {},
"require": {
"php": ">=5.3.9"
},
"autoload": {
"psr-4" : {
"underDEV\\Utils\\" : "src"
Expand Down
2 changes: 1 addition & 1 deletion src/Ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Handles AJAX calls
*/

namespace underDEV\Utils\Utils;
namespace underDEV\Utils;

class Ajax {

Expand Down

0 comments on commit 29d4a5c

Please sign in to comment.