Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from composer:master #2

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b3a97c7
Add support for rendering jsonc
Seldaek Apr 19, 2021
9b15acb
Add 1.10.22 and 2.0.13 builds
Seldaek Apr 27, 2021
d8a7a80
Update download URLs to make sure all files are just called composer.…
Seldaek May 3, 2021
1dae293
Wording fixes
Seldaek May 3, 2021
4d0b2c0
Fix BC download routes
stof May 3, 2021
684e8e3
Merge pull request #187 from stof/patch-4
Seldaek May 3, 2021
2ea2c35
Bump dependencies, upgrade to php8
Seldaek May 17, 2021
8ec1678
Update deps
Seldaek May 20, 2021
cf8f0ac
Add shortcut for cyclic deps, refs https://github.com/composer/compos…
Seldaek May 21, 2021
4ea921f
Add shortcut for the install basic usage help
Seldaek May 21, 2021
57a4d6a
Fix redirects with hashes
Seldaek May 21, 2021
885ece8
Add 2.0.14 build
Seldaek May 21, 2021
e71c20f
Fix cyclic dep path
Seldaek May 25, 2021
d54ed55
Mention global install & getting started page on 'Download' page (#172)
May 31, 2021
8d9e2dd
Tweak wording slightly
Seldaek May 31, 2021
0e45f74
Merge pull request #190 from markusdosch/master
Seldaek May 31, 2021
59d1d7e
Update docs to show 2.1 docs
Seldaek Jun 1, 2021
8790c4a
Add 2.1.0-RC1 build
Seldaek Jun 2, 2021
b7b68e2
Add 2.1.0 build
Seldaek Jun 3, 2021
cf159a6
Add 2.1.1 build
Seldaek Jun 4, 2021
51754fb
Add 2.1.2 build
Seldaek Jun 7, 2021
7c82360
Add 2.1.3 build
Seldaek Jun 9, 2021
e71a565
Update the link for Jordi's site
stof Jun 17, 2021
9481d18
Remove link to v2.0 announcement
Seldaek Jun 17, 2021
43330e0
Add basic usage shortcut
Seldaek Jun 26, 2021
7eaf36b
Merge pull request #192 from stof/patch-4
Seldaek Jun 26, 2021
bd32eb1
Add 2.1.4 build
Seldaek Jul 22, 2021
11a3bc6
Add 2.1.5 build
Seldaek Jul 23, 2021
28190de
replace dead link
mritzmann Aug 9, 2021
f24b8f8
Merge pull request #197 from mritzmann/master
Seldaek Aug 9, 2021
c193910
Add 2.1.6 build
Seldaek Aug 19, 2021
a9e0737
Add 2.1.7 build
Seldaek Sep 14, 2021
b2ffe85
Add 2.1.8 build
Seldaek Sep 15, 2021
150e8a1
Remove unused/expired DST Root CA X3 certificate
johnstevenson Sep 21, 2021
ce43e63
Update color output checking
johnstevenson Sep 21, 2021
be4206c
Update installer checksum
Seldaek Sep 30, 2021
8dcf1c3
Update composer setup to 6.2.0
Seldaek Oct 2, 2021
ce25411
Add 1.10.23 and 2.1.9 builds
Seldaek Oct 5, 2021
e787bc9
Add links to download PGP signatures, fixes #191
Seldaek Oct 13, 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
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"type": "project",
"license": "MIT",
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-ctype": "*",
"ext-iconv": "*",
"composer/composer": "2.0.*@dev",
"composer/composer": "2.1.*@dev",
"erusev/parsedown": "^1.0",
"sensio/framework-extra-bundle": "^5.6",
"sensio/framework-extra-bundle": "^6.1",
"symfony/console": "^5.2",
"symfony/dotenv": "^5.2",
"symfony/flex": "^1.3.1",
Expand All @@ -29,7 +29,7 @@
},
"sort-packages": true,
"platform": {
"php": "7.4.11"
"php": "8.0.5"
}
},
"autoload": {
Expand Down
Loading