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

Consider first major #79

Merged
merged 29 commits into from
Sep 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b6183c2
removing unused dependencies
joshbruce Aug 7, 2021
c447036
Merge branch 'master' of https://github.com/8fold/php-markup
joshbruce Aug 7, 2021
63d9676
update tests
joshbruce Aug 7, 2021
c02ee1c
update performance tests
joshbruce Aug 7, 2021
a3d34df
dependency check
joshbruce Aug 15, 2021
715a7f9
update performance tests
joshbruce Aug 15, 2021
aaebc0b
performance tests
joshbruce Aug 15, 2021
643e0ae
test
joshbruce Aug 15, 2021
6711669
tests
joshbruce Aug 15, 2021
17f3d6b
tests
joshbruce Aug 15, 2021
b1095cf
tests
joshbruce Aug 15, 2021
db0043e
tests
joshbruce Aug 15, 2021
30898b4
tests
joshbruce Aug 15, 2021
9a6e4d2
tests
joshbruce Aug 15, 2021
8c8ab24
tests
joshbruce Aug 15, 2021
789e552
Update SimpleTest.php
joshbruce Aug 15, 2021
c27cb4e
test
joshbruce Aug 15, 2021
f15fce8
dependencies
joshbruce Aug 15, 2021
bfa195b
Merge branch 'master' into consider-first-major
joshbruce Aug 15, 2021
8a27de5
tests
joshbruce Aug 15, 2021
de98094
Merge branch 'consider-first-major' of https://github.com/8fold/php-m…
joshbruce Aug 15, 2021
601b94b
tests
joshbruce Aug 15, 2021
eab46f9
Update SimpleTest.php
joshbruce Aug 15, 2021
ee5bb19
Removing direct dependency on illuminate/support
joshbruce Sep 19, 2021
27eea8a
Merge branch 'master' into consider-first-major
joshbruce Sep 19, 2021
a44508b
Update composer.json
joshbruce Sep 19, 2021
0f2d83d
Merge branch 'consider-first-major' of https://github.com/8fold/php-m…
joshbruce Sep 19, 2021
a5308bb
Update composer.lock
joshbruce Sep 19, 2021
4dc5463
Merge branch 'master' into consider-first-major
joshbruce Sep 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.2|^8.0",
"8fold/php-shoop-shelf": "^0.8.5",
"8fold/php-html-spec": "^0.0.4",
"8fold/php-html-spec": "^0.0.5",
"nesbot/carbon": "^2.5"
},
"require-dev": {
Expand Down
Loading