Skip to content

Commit 6eebc8c

Browse files
committed
WIP
1 parent 3c4a0fa commit 6eebc8c

File tree

642 files changed

+8634
-5603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

642 files changed

+8634
-5603
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation
22
on:
33
push:
44
branches:
5-
- 4.x
5+
- 5.x
66
jobs:
77
docs:
88
runs-on: ubuntu-latest

.idea/odata.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

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

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,10 @@
6969
"analyse": "vendor/bin/phpstan analyse src tests --memory-limit 1G --level 1",
7070
"doc": "phpdoc --setting=graphs.enabled=false --setting=guides.enabled=true --defaultpackagename=Flat3\\\\Lodata",
7171
"doc-merge": "git push origin `git subtree split --prefix docs gh-pages`:gh-pages --force"
72+
},
73+
"config": {
74+
"allow-plugins": {
75+
"composer/package-versions-deprecated": true
76+
}
7277
}
7378
}

0 commit comments

Comments
 (0)