Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit ab3fee5

Browse files
committed
The repository was updated to version 1.0.1
1 parent f64f921 commit ab3fee5

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"require": {
3333
"composer/installers": "master",
34-
"Josantonius/Asset" : "^1.1.1"
34+
"Josantonius/Asset" : "^1.1.2"
3535
},
3636
"autoload": {
3737
"psr-4": {

config/hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Eliasis PHP Framework application module
44
*
5-
* @author Josantonius - hola@josantonius.com
5+
* @author Josantonius - hello@josantonius.com
66
* @copyright Copyright (c) 2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
88
* @link https://github.com/Eliasis-Framework/fork-me-github

config/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Eliasis PHP Framework application module
44
*
5-
* @author Josantonius - hola@josantonius.com
5+
* @author Josantonius - hello@josantonius.com
66
* @copyright Copyright (c) 2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
88
* @link https://github.com/Eliasis-Framework/fork-me-github

fork-me-github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Eliasis PHP Framework application module
44
*
5-
* @author Josantonius - hola@josantonius.com
5+
* @author Josantonius - hello@josantonius.com
66
* @copyright Copyright (c) 2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
88
* @link https://github.com/Eliasis-Framework/fork-me-github

src/Controller/ForkMeGitHub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Eliasis PHP Framework application module
44
*
5-
* @author Josantonius - hola@josantonius.com
5+
* @author Josantonius - hello@josantonius.com
66
* @copyright Copyright (c) 2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
88
* @link https://github.com/Eliasis-Framework/fork-me-github
@@ -41,6 +41,6 @@ public function render() {
4141

4242
$path = Module::ForkMeGitHub('getPath', 'view');
4343

44-
self::$view->renderizate($path . 'strip');
44+
$this->view->renderizate($path . 'strip');
4545
}
4646
}

src/Model/ForkMeGitHub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Eliasis PHP Framework application module
44
*
5-
* @author Josantonius - hola@josantonius.com
5+
* @author Josantonius - hello@josantonius.com
66
* @copyright Copyright (c) 2017
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
88
* @link https://github.com/Eliasis-Framework/fork-me-github
@@ -18,4 +18,4 @@
1818
*
1919
* @since 1.0.0
2020
*/
21-
class Blog extends Model { }
21+
class ForkMeGitHub extends Model { }

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require_once __DIR__ . '/composer/autoload_real.php';
66

7-
return ComposerAutoloaderInitb682ca1bf6f1815e6ea38d5b0aeb3d25::getLoader();
7+
return ComposerAutoloaderInit148e0ecb14b1c2cf28810a8d321b3a07::getLoader();

vendor/composer/autoload_real.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInitb682ca1bf6f1815e6ea38d5b0aeb3d25
5+
class ComposerAutoloaderInit148e0ecb14b1c2cf28810a8d321b3a07
66
{
77
private static $loader;
88

@@ -19,15 +19,15 @@ public static function getLoader()
1919
return self::$loader;
2020
}
2121

22-
spl_autoload_register(array('ComposerAutoloaderInitb682ca1bf6f1815e6ea38d5b0aeb3d25', 'loadClassLoader'), true, true);
22+
spl_autoload_register(array('ComposerAutoloaderInit148e0ecb14b1c2cf28810a8d321b3a07', 'loadClassLoader'), true, true);
2323
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24-
spl_autoload_unregister(array('ComposerAutoloaderInitb682ca1bf6f1815e6ea38d5b0aeb3d25', 'loadClassLoader'));
24+
spl_autoload_unregister(array('ComposerAutoloaderInit148e0ecb14b1c2cf28810a8d321b3a07', 'loadClassLoader'));
2525

2626
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION');
2727
if ($useStaticLoader) {
2828
require_once __DIR__ . '/autoload_static.php';
2929

30-
call_user_func(\Composer\Autoload\ComposerStaticInitb682ca1bf6f1815e6ea38d5b0aeb3d25::getInitializer($loader));
30+
call_user_func(\Composer\Autoload\ComposerStaticInit148e0ecb14b1c2cf28810a8d321b3a07::getInitializer($loader));
3131
} else {
3232
$map = require __DIR__ . '/autoload_namespaces.php';
3333
foreach ($map as $namespace => $path) {

vendor/composer/autoload_static.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInitb682ca1bf6f1815e6ea38d5b0aeb3d25
7+
class ComposerStaticInit148e0ecb14b1c2cf28810a8d321b3a07
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'J' =>
@@ -39,8 +39,8 @@ class ComposerStaticInitb682ca1bf6f1815e6ea38d5b0aeb3d25
3939
public static function getInitializer(ClassLoader $loader)
4040
{
4141
return \Closure::bind(function () use ($loader) {
42-
$loader->prefixLengthsPsr4 = ComposerStaticInitb682ca1bf6f1815e6ea38d5b0aeb3d25::$prefixLengthsPsr4;
43-
$loader->prefixDirsPsr4 = ComposerStaticInitb682ca1bf6f1815e6ea38d5b0aeb3d25::$prefixDirsPsr4;
42+
$loader->prefixLengthsPsr4 = ComposerStaticInit148e0ecb14b1c2cf28810a8d321b3a07::$prefixLengthsPsr4;
43+
$loader->prefixDirsPsr4 = ComposerStaticInit148e0ecb14b1c2cf28810a8d321b3a07::$prefixDirsPsr4;
4444

4545
}, null, ClassLoader::class);
4646
}

vendor/composer/installed.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,23 +117,23 @@
117117
},
118118
{
119119
"name": "josantonius/asset",
120-
"version": "1.1.2",
121-
"version_normalized": "1.1.2.0",
120+
"version": "dev-master",
121+
"version_normalized": "9999999-dev",
122122
"source": {
123123
"type": "git",
124124
"url": "https://github.com/Josantonius/PHP-Asset.git",
125-
"reference": "862a95ef1446a758ddb74d359172d1a4eef253a0"
125+
"reference": "37313d9dbde38c37c750fbd5cc028578eb72d4b7"
126126
},
127127
"dist": {
128128
"type": "zip",
129-
"url": "https://api.github.com/repos/Josantonius/PHP-Asset/zipball/862a95ef1446a758ddb74d359172d1a4eef253a0",
130-
"reference": "862a95ef1446a758ddb74d359172d1a4eef253a0",
129+
"url": "https://api.github.com/repos/Josantonius/PHP-Asset/zipball/37313d9dbde38c37c750fbd5cc028578eb72d4b7",
130+
"reference": "37313d9dbde38c37c750fbd5cc028578eb72d4b7",
131131
"shasum": ""
132132
},
133133
"require": {
134134
"php": "^5.6 || ^7.0"
135135
},
136-
"time": "2017-03-18 05:24:41",
136+
"time": "2017-03-18 17:11:36",
137137
"type": "library",
138138
"extra": {
139139
"branch-alias": {

0 commit comments

Comments
 (0)