Skip to content

Commit 380b33f

Browse files
committed
wip
1 parent f46a1d8 commit 380b33f

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

build.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<?php
2-
if (!file_exists('vendor')) {
3-
include 'install.php';
4-
}
52

63
function removeIgnored(string $dir, array &$entries, array $ignore)
74
{

test.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
use Tqdev\PhpCrudApi\RequestFactory;
66
use Tqdev\PhpCrudApi\ResponseUtils;
77

8-
if (!file_exists('vendor')) {
9-
include 'install.php';
10-
}
11-
128
require 'vendor/autoload.php';
139

1410
function runDir(Config $config, string $dir, array $matches, string $category): array

install.php renamed to update.php

File renamed without changes.

0 commit comments

Comments
 (0)