-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle registration errors better in DebugSubscriberTest. Add compose…
…r.json.
- Loading branch information
Showing
5 changed files
with
479 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
build | ||
vendor | ||
|
||
composer.phar | ||
|
||
phpunit.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "osinet/heisencache", | ||
"description": "A cache decorator for Drupal, to reduce uncertainty by observing cache behaviour", | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
"name": "Frederic G. MARAND", | ||
"email": "fgm@osinet.fr" | ||
} | ||
], | ||
"config": { | ||
"process-timeout": 3600 | ||
}, | ||
"minimum-stability": "dev", | ||
"require-dev": { | ||
"phpunit/phpunit": "3.7.10" | ||
} | ||
} |
Oops, something went wrong.