Skip to content

Commit cc422a4

Browse files
committed
chore: pin mago version and update sponsorship info
1 parent cc0ed56 commit cc422a4

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

β€Ž.github/FUNDING.ymlβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€ŽMakefileβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ COMPOSER=$(PHP) -d "apc.enable_cli=0" $(shell which composer)
8989
# phpDocumentor executable file
9090
PHPDOC=$(shell which phpDocumentor)
9191

92+
# Mago version
93+
MAGOVERSION=1.40.2
94+
9295
# --- MAKE TARGETS ---
9396

9497
# Display general help about this command
@@ -160,7 +163,7 @@ endif
160163
deps: ensuretarget
161164
rm -rf ./vendor/*
162165
($(COMPOSER) install -vvv --no-interaction)
163-
curl --proto '=https' --tlsv1.2 --silent --show-error --fail --location https://carthage.software/mago.sh | bash -s -- --install-dir=./vendor/bin
166+
curl --proto '=https' --tlsv1.2 --silent --show-error --fail --location https://carthage.software/mago.sh | bash -s -- --install-dir=./vendor/bin --version=$(MAGOVERSION)
164167

165168
## Generate source code documentation
166169
.PHONY: doc

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[![Sponsor on GitHub](https://img.shields.io/badge/sponsor-github-EA4AAA.svg?logo=githubsponsors&logoColor=white)](https://github.com/sponsors/tecnickcom)
1212

13-
If this project is useful to you, please consider [supporting development via GitHub Sponsors](https://github.com/sponsors/tecnickcom).
13+
> πŸ’– Part of the [tc-lib-pdf / TCPDF](https://github.com/tecnickcom/tc-lib-pdf) ecosystem (100M+ installs). [Sponsor its maintenance β†’](https://github.com/sponsors/tecnickcom)
1414
1515
---
1616

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0
1+
2.6.1

β€Žmago.src.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://mago.carthage.software/1.26.0/schema.json
1+
#:schema https://mago.carthage.software/1.40.2/schema.json
22
version = "1"
33
php-version = "8.2.0"
44

β€Žmago.test.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://mago.carthage.software/1.26.0/schema.json
1+
#:schema https://mago.carthage.software/1.40.2/schema.json
22
version = "1"
33
php-version = "8.2.0"
44

0 commit comments

Comments
Β (0)