forked from GNUsocial/gnu-social
2a06261f75
This adds a composer.json for all dependencies that are available
9 lines
151 B
Bash
Executable File
9 lines
151 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
find Auth Tests \
|
|
-name _darcs -prune -o \
|
|
\( -type f \
|
|
-a -name \*.php \
|
|
-a ! -name .\* \
|
|
\) | grep -v Tests
|