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

Commit

Permalink
Merge pull request #7 from eduardo-matos/composer
Browse files Browse the repository at this point in the history
Expose as composer package
  • Loading branch information
MarkLC-r7 committed Jun 17, 2014
2 parents f72e6fc + 4b9e1cc commit 43beb04
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
composer.lock
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "logentries/logentries",
"description": "Logging library for use with Logentries",
"autoload": {
"classmap": [
"./"
]
},
"license": "MIT",
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"authors": [
{
"name": "Mark Lacomber",
"email": "[email protected]"
}
],
"require": {

}
}
2 changes: 0 additions & 2 deletions unit_tests/LeLoggerTests.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once('../LeLogger.php');

class LeLoggerTest extends PHPUnit_Framework_TestCase
{
/**
Expand Down

0 comments on commit 43beb04

Please sign in to comment.