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

Commit 1ee72c1

Browse files
committed
Update composer
1 parent 4c098c3 commit 1ee72c1

File tree

2 files changed

+469
-338
lines changed

2 files changed

+469
-338
lines changed

composer.json

Lines changed: 5 additions & 8 deletions
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.1.0",
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)