Skip to content

Commit d3bd002

Browse files
committed
WIP
1 parent 2e3ce83 commit d3bd002

30 files changed

+813
-124
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"ext-json": "*",
3939
"ext-mbstring": "*",
4040
"doctrine/deprecations": "^1.1",
41-
"phpdocumentor/filesystem": "dev-main@dev",
42-
"phpdocumentor/flyfinder": "^2.0",
41+
"phpdocumentor/filesystem": "^2.0@dev",
42+
"phpdocumentor/flyfinder": "^1.1 || ^2.0",
4343
"phpdocumentor/guides": "^2.0@dev || ^1.0",
4444
"phpdocumentor/guides-cli": "^2.0@dev || ^1.0",
4545
"phpdocumentor/guides-code": "^2.0@dev || ^1.0",
@@ -59,7 +59,7 @@
5959
"gajus/dindent": "^2.0.1",
6060
"jangregor/phpstan-prophecy": "^1.0",
6161
"league/csv": "^9.0",
62-
"league/flysystem-memory": "^1.0||^3.29",
62+
"league/flysystem-memory": "^1.0 || ^3.29",
6363
"phpbench/phpbench": "^1.3",
6464
"phpstan/extension-installer": "^1.4",
6565
"phpstan/phpstan": "^1.12",

composer.lock

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.subsplit-publish.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"name": "guides-theme-rst",
4040
"directory": "packages/guides-theme-rst",
4141
"target": "git@github.com:phpDocumentor/guides-theme-rst.git"
42+
},
43+
{
44+
"name": "filesystem",
45+
"directory": "packages/filesystem",
46+
"target": "git@github.com:phpDocumentor/filesystem.git"
4247
}
4348
]
4449
}

packages/filesystem/.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.gitattributes export-ignore
2+
/docs export-ignore
3+
/tests export-ignore
4+
/.gitignore export-ignore
5+
.github export-ignore
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contribute to the phpDocumentor Guides
2+
3+
## Go to the mono-repository
4+
5+
This project is developed in the mono-repository `phpDocumentor Guides <https://github.com/phpDocumentor/guides>`__.
6+
The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute
7+
to this repository directly but always to the mono-repository linked above.
8+
9+
## Create Issues
10+
11+
* If you find something missing or something is wrong in this library, you are welcome to write an issue
12+
describing the problem: `Issues on GitHub <https://github.com/phpDocumentor/guides/issues>`__.
13+
* If you can, please try to fix the problem yourself.
14+
15+
# Make changes (create pull requests)
16+
17+
See the `Contribution chapter <https://docs.phpdoc.org/components/guides/guides/contributions/index.html>`__ in the
18+
`Documentation` <https://docs.phpdoc.org/components/guides/guides/index.html>`__.

packages/filesystem/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/*

packages/filesystem/CONTRIBUTING.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
======================================
2+
Contribute to the phpDocumentor Guides
3+
======================================
4+
5+
Go to the mono-repository
6+
=========================
7+
8+
This project is developed in the mono-repository `phpDocumentor Guides <https://github.com/phpDocumentor/guides>`__.
9+
The repository you are currently in gets auto-created by splitting the mono-repository. You **must not** contribute
10+
to this repository directly but always to the mono-repository linked above.
11+
12+
Create Issues
13+
=============
14+
15+
* If you find something missing or something is wrong in this library, you are welcome to write an issue
16+
describing the problem: `Issues on GitHub <https://github.com/phpDocumentor/guides/issues>`__.
17+
* If you can, please try to fix the problem yourself.
18+
19+
Make changes (create pull requests)
20+
===================================
21+
22+
See the `Contribution chapter <https://docs.phpdoc.org/components/guides/guides/contributions/index.html>`__ in the
23+
`Documentation` <https://docs.phpdoc.org/components/guides/guides/index.html>`__.

packages/filesystem/Flysystem/Exception.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)