We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3dade commit cfc8ccaCopy full SHA for cfc8cca
.gitignore
@@ -1 +1,3 @@
1
.idea
2
+
3
+/vendor/
composer.json
@@ -0,0 +1,16 @@
+{
+ "name": "thofman/knowledge-base",
+ "description": "Knowledge base of talks/blogposts",
4
+ "type": "library",
5
+ "require": {
6
+ "php": "^8.4",
7
+ "symfony/console": "^8.0"
8
+ },
9
+ "license": "MIT",
10
+ "autoload": {
11
+ "psr-4": {
12
+ "thofman\\KnowledgeBase\\": "src/"
13
+ }
14
15
+ "minimum-stability": "stable"
16
+}
0 commit comments