Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 2385727

Browse files
authored
Merge pull request #18 from 8fold/8fold-sites
Release
2 parents e8283c8 + 1ee72c1 commit 2385727

File tree

3 files changed

+475
-344
lines changed

3 files changed

+475
-344
lines changed

composer.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "8fold/php-markup",
33
"description": "8fold Markup seeks to make writing semi-structured data easier while allowing for more dynamism.",
4-
"version": "0.0.1",
54
"type": "library",
65
"license": "MIT",
76
"authors": [
@@ -12,14 +11,13 @@
1211
],
1312
"require": {
1413
"php": ">=7.0",
15-
"8fold/php-shoop": "dev-master",
16-
"nesbot/carbon": "^2.25.0",
17-
"league/commonmark": "^1.0.0"
14+
"8fold/php-shoop": "0.3.*",
15+
"nesbot/carbon": "2.35.*",
16+
"league/commonmark": "1.4.*"
1817
},
1918
"require-dev": {
20-
"mockery/mockery": "^0.9.4",
21-
"phpunit/phpunit": "7.5.6",
22-
"phpunit/php-code-coverage": "^6.0.7"
19+
"phpunit/phpunit": "9.1.*",
20+
"phpunit/php-code-coverage": "8.0.*"
2321
},
2422
"autoload": {
2523
"psr-4": {
@@ -34,6 +32,5 @@
3432
"config": {
3533
"preferred-install": "dist"
3634
},
37-
"minimum-stability": "dev",
3835
"prefer-stable": true
3936
}

0 commit comments

Comments
 (0)