Skip to content

Commit fb318db

Browse files
committed
prepare release
1 parent 1e686df commit fb318db

File tree

1 file changed

+2
-39
lines changed

1 file changed

+2
-39
lines changed

composer.json

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"doctrine/dbal": "^4.0",
1515
"psr/cache": "^3.0",
1616
"psr/log": "^2.0|^3.0",
17-
"runopencode/dataset": "^0.2",
17+
"runopencode/dataset": "^0.1.36",
1818
"symfony/cache": "^7.0",
1919
"symfony/finder": "^7.0",
2020
"thecodingmachine/safe": "^3.3",
@@ -28,47 +28,10 @@
2828
"src/functions.php"
2929
]
3030
},
31-
"repositories": [
32-
{
33-
"type": "path",
34-
"url": "../../Component/Dataset",
35-
"options": {
36-
"symlink": false
37-
}
38-
},
39-
{
40-
"type": "path",
41-
"url": "../../Component/Bitmask",
42-
"options": {
43-
"symlink": false
44-
}
45-
},
46-
{
47-
"type": "path",
48-
"url": "../../Component/Metadata",
49-
"options": {
50-
"symlink": false
51-
}
52-
},
53-
{
54-
"type": "path",
55-
"url": "../../Bundle/MetadataBundle",
56-
"options": {
57-
"symlink": false
58-
}
59-
},
60-
{
61-
"type": "path",
62-
"url": "../../Bundle/QueryBundle",
63-
"options": {
64-
"symlink": false
65-
}
66-
}
67-
],
6831
"config": {
6932
"sort-packages": true
7033
},
71-
"version": "0.2",
34+
"version": "0.1.36",
7235
"minimum-stability": "dev",
7336
"prefer-stable": true
7437
}

0 commit comments

Comments
 (0)