Skip to content

Commit 7bd213b

Browse files
committed
init commit
0 parents  commit 7bd213b

38 files changed

+3371
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"dummy app","description":"This app is only a dummy for downloading with the option require.","homepage":"https://php-download.com/","type":"project","require":{"fguillot/json-rpc":"^1.2.6.0"}}

composer.lock

+57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.php

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
require_once("vendor/autoload.php");
3+
4+
/* Start to develop here. Best regards https://php-download.com/ */

vendor/autoload.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInitcc93aac930c3bd5f2f7c47558831b19c::getLoader();

0 commit comments

Comments
 (0)