projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
234c30c
)
autoload.php: improve the comment about the system-wide dependencies
author
Antonio Ospite <ao2@ao2.it>
Sun, 6 Nov 2016 09:06:19 +0000
(10:06 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Sun, 6 Nov 2016 09:07:34 +0000
(10:07 +0100)
autoload.php
patch
|
blob
|
history
diff --git
a/autoload.php
b/autoload.php
index
1e11adf
..
4ba7832
100644
(file)
--- a/
autoload.php
+++ b/
autoload.php
@@
-73,7
+73,7
@@
else {
/*
* 2. load the system-wide autoloader from php-symphony-serializer
*
- * This allows to run tweeper without composer,
provided that the
+ * This allows to run tweeper without composer,
as long as the Symphony
* dependencies are available system-wide.
*
* For example, the Debian package takes care of that.