Skip to content

Commit

Permalink
Change composer autoload type to classmap
Browse files Browse the repository at this point in the history
  • Loading branch information
gsaulmon committed Sep 16, 2013
1 parent 2501021 commit 258b1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -23,12 +23,12 @@
"php": ">=5.2.0"
},
"autoload": {
"files": ["IronCore.class.php"]
"classmap": ["IronCore.class.php"]
},
"repositories":[
{
"type":"git",
"url":"http://github.com/iron-io/iron_core_php"
}
]
}
}

0 comments on commit 258b1a8

Please sign in to comment.