1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Wed, 18 Jun 2014 20:04:46 -0400
Subject: Work around PSR-4 loader
Forwarded: not-needed
---
GuzzleHttp | 1 +
src/Tests | 1 +
2 files changed, 2 insertions(+)
create mode 120000 GuzzleHttp
create mode 120000 src/Tests
diff --git a/GuzzleHttp b/GuzzleHttp
new file mode 120000
index 0000000..e831038
--- /dev/null
+++ b/GuzzleHttp
@@ -0,0 +1 @@
+src
\ No newline at end of file
diff --git a/src/Tests b/src/Tests
new file mode 120000
index 0000000..6dd24e0
--- /dev/null
+++ b/src/Tests
@@ -0,0 +1 @@
+../tests
\ No newline at end of file
|