Skip to content
This repository has been archived by the owner. It is now read-only.

Composer support #1

Merged
merged 1 commit into from Nov 14, 2012
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Composer support

  • Loading branch information
alexeyshockov committed Aug 26, 2012
commit 53f8171ba2b33cfad2f37015e5d11c46612a40b9
@@ -0,0 +1,12 @@
{
"name": "loggly/loggly-php",
"description": "Loggly SDK for PHP",
"autoload": {
"classmap": ["Loggly.php"]
},
"require": {
"php": ">=5.2.0",

"ext-curl": "*"
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.