We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72adce5 commit 3cb60a3Copy full SHA for 3cb60a3
1 file changed
composer.json
@@ -21,18 +21,17 @@
21
"require": {
22
"php": ">=7.3.0",
23
"ext-json": "*",
24
- "picocms/pico": "^2.1",
25
- "picocms/pico-theme": "^2.1",
26
- "picocms/pico-deprecated": "^2.1",
+ "picocms/pico": "dev-pico-3.0#a5fefa4",
+ "picocms/pico-theme": "dev-pico-3.0#f322a0b",
+ "picocms/pico-deprecated": "dev-pico-3.0#ccf1194",
27
"picocms/composer-installer": "^1.0",
28
"xemlock/htmlpurifier-html5": "~0.1.11",
29
"symfony/yaml" : "^2.8|^3.4|^4.4|^5.1"
30
},
31
"require-dev": {
32
"phpunit/phpunit": "^8",
33
"phrozenbyte/phpunit-throwable-asserts": "^1.1",
34
- "phrozenbyte/phpunit-array-asserts": "^v1.1",
35
- "incompass/coverage": "^1.0"
+ "phrozenbyte/phpunit-array-asserts": "^v1.1"
36
37
"extra": {
38
"pico-theme-dir": "appdata/themes/",
0 commit comments