Composer update
* updated Laravel to v5.6.38 * Added laravel tinker in dev dependencies
This commit is contained in:

committed by
Manish Verma

parent
be4b1231b6
commit
6742e13d81
10
vendor/bin/np
vendored
10
vendor/bin/np
vendored
@@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../sly/notification-pusher" && pwd)
|
||||
|
||||
if [ -d /proc/cygdrive ] && [[ $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then
|
||||
# We are in Cgywin using Windows php, so the path must be translated
|
||||
dir=$(cygpath -m "$dir");
|
||||
fi
|
||||
|
||||
"${dir}/np" "$@"
|
1
vendor/bin/np
vendored
Symbolic link
1
vendor/bin/np
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../sly/notification-pusher/np
|
Reference in New Issue
Block a user