Skip to content

Commit

Permalink
Move types back together with other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fefas committed Jan 16, 2023
1 parent 9c4225e commit 7497ad7
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions code/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
},

"repositories": [
{ "type":"path", "url": "./packages/*/" },
{ "type":"path", "url": "./types/*/" }
{ "type":"path", "url": "./packages/*/" }
],

"config": {
Expand Down
4 changes: 2 additions & 2 deletions code/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/infection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bootstrap": "./autoload.php",
"source": {
"directories": [ "./packages", "./types" ]
"directories": [ "./packages" ]
},

"minMsi": 100,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion code/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
<file>./autoload.php</file>
<file>./packages/</file>
<file>./tests/</file>
<file>./types/</file>
</ruleset>
1 change: 0 additions & 1 deletion code/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
processUncoveredFiles="true">
<include>
<directory suffix=".php">./packages</directory>
<directory suffix=".php">./types</directory>
</include>
</coverage>
</phpunit>

0 comments on commit 7497ad7

Please sign in to comment.