Skip to content

Commit 471bd4e

Browse files
committedMay 12, 2017
refactor directory structure
1 parent c53e7e1 commit 471bd4e

8 files changed

+7
-3
lines changed
 

‎.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
LICENSE export-ignore
4+
README.md export-ignore

‎Resources/meta/LICENSE ‎LICENSE

File renamed without changes.

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This bundle is for using [Doctrine Postgres Types](https://github.com/opensoft/d
66
Documentation
77
-------------
88

9-
[Read the documentation](Resources/doc/index.md)
9+
[Read the documentation](doc/index.md)
1010

1111
License
1212
-------
1313

14-
This bundle is released under the LGPL license. See the [complete license text](Resources/meta/LICENSE).
14+
This bundle is released under the LGPL license. See the [complete license text](LICENSE).

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"autoload": {
1818
"psr-4": {
19-
"Garak\\DoctrinePostgresTypesBundle\\": ""
19+
"Garak\\DoctrinePostgresTypesBundle\\": "src/"
2020
}
2121
},
2222
"extra": {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)