File tree Expand file tree Collapse file tree 12 files changed +32
-32
lines changed
Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " fabacino/php- debug-functions" ,
2+ "name" : " fabacino/debug-functions" ,
33 "description" : " Debug functions for PHP" ,
44 "type" : " library" ,
55 "license" : " MIT" ,
2323 },
2424 "autoload" : {
2525 "psr-4" : {
26- "Fabacino \\ Debug\\ " : " src"
26+ "Fbn \\ Debug\\ " : " src"
2727 },
2828 "files" : [
2929 " src/debug-functions.php"
3030 ]
3131 },
3232 "autoload-dev" : {
3333 "psr-4" : {
34- "Fabacino \\ Debug\\ Test\\ " : " tests"
34+ "Fbn \\ Debug\\ Test\\ " : " tests"
3535 }
3636 }
3737}
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of the php- debug-functions package.
4+ * This file is part of the fabacino/ debug-functions package.
55 *
66 * (c) Fabian Wiget <fabacino@gmail.com>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
1010 */
1111
12- namespace Fabacino \Debug ;
12+ namespace Fbn \Debug ;
1313
14- use Fabacino \Debug \Logger ;
14+ use Fbn \Debug \Logger ;
1515use Psr \Log \LoggerInterface ;
1616
1717/**
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of the php- debug-functions package.
4+ * This file is part of the fabacino/ debug-functions package.
55 *
66 * (c) Fabian Wiget <fabacino@gmail.com>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
1010 */
1111
12- namespace Fabacino \Debug ;
12+ namespace Fbn \Debug ;
1313
1414use Psr \Log \LoggerInterface ;
1515use Psr \Log \LogLevel ;
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of the php- debug-functions package.
4+ * This file is part of the fabacino/ debug-functions package.
55 *
66 * (c) Fabian Wiget <fabacino@gmail.com>
77 *
1313 * Debug functions.
1414 */
1515
16- use Fabacino \Debug \Debug ;
16+ use Fbn \Debug \Debug ;
1717
1818/**
1919 * Initialize singleton instance.
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of the php- debug-functions package.
4+ * This file is part of the fabacino/ debug-functions package.
55 *
66 * (c) Fabian Wiget <fabacino@gmail.com>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
1010 */
1111
12- namespace Fabacino \Debug \Test ;
12+ namespace Fbn \Debug \Test ;
1313
1414/**
1515 * Tests for function `dbg`.
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of the php- debug-functions package.
4+ * This file is part of the fabacino/ debug-functions package.
55 *
66 * (c) Fabian Wiget <fabacino@gmail.com>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
1010 */
1111
12- namespace Fabacino \Debug \Test ;
12+ namespace Fbn \Debug \Test ;
1313
14- use Fabacino \Debug \Debug ;
14+ use Fbn \Debug \Debug ;
1515
1616/**
1717 * Tests for function `dbgthrow`.
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of the php- debug-functions package.
4+ * This file is part of the fabacino/ debug-functions package.
55 *
66 * (c) Fabian Wiget <fabacino@gmail.com>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
1010 */
1111
12- namespace Fabacino \Debug \Test ;
12+ namespace Fbn \Debug \Test ;
1313
14- use Fabacino \Debug \Debug ;
15- use Fabacino \Debug \Logger ;
14+ use Fbn \Debug \Debug ;
15+ use Fbn \Debug \Logger ;
1616
1717/**
1818 * Tests for function `dbglog`.
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of the php- debug-functions package.
4+ * This file is part of the fabacino/ debug-functions package.
55 *
66 * (c) Fabian Wiget <fabacino@gmail.com>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
1010 */
1111
12- namespace Fabacino \Debug \Test ;
12+ namespace Fbn \Debug \Test ;
1313
14- use Fabacino \Debug \Debug ;
14+ use Fbn \Debug \Debug ;
1515
1616/**
1717 * Tests for function `dbgr`.
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of the php- debug-functions package.
4+ * This file is part of the fabacino/ debug-functions package.
55 *
66 * (c) Fabian Wiget <fabacino@gmail.com>
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
1010 */
1111
12- namespace Fabacino \Debug \Test ;
12+ namespace Fbn \Debug \Test ;
1313
14- use Fabacino \Debug \Logger ;
14+ use Fbn \Debug \Logger ;
1515use Psr \Log \LogLevel ;
1616
1717/**
You can’t perform that action at this time.
0 commit comments