Skip to content

Commit

Permalink
Update funding
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Feb 5, 2024
1 parent e319fc8 commit c10b995
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: roadrunner-server
github: cycle
34 changes: 33 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@
"description": "PHP DataMapper ORM and Data Modelling Engine",
"minimum-stability": "dev",
"prefer-stable": true,
"homepage": "https://cycle-orm.dev",
"support": {
"issues": "https://github.com/cycle/orm/issues",
"source": "https://github.com/cycle/orm",
"docs": "https://cycle-orm.dev/docs",
"chat": "https://discord.gg/spiralphp"
},
"authors": [
{
"name": "Anton Titov (wolfy-j)",
"email": "[email protected]"
},
{
"name": "Aleksei Gagarin (roxblnfk)",
"email": "[email protected]"
},
{
"name": "Pavel Butchnev (butschster)",
"email": "[email protected]"
},
{
"name": "Maksim Smakouz (msmakouz)",
"email": "[email protected]"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/cycle"
}
],
"require": {
"php": ">=8.0",
"ext-pdo": "*",
Expand All @@ -20,7 +51,8 @@
"phpunit/phpunit": "^9.5",
"ramsey/uuid": "^4.0",
"spiral/tokenizer": "^2.8 || ^3.0",
"vimeo/psalm": "^4.9"
"vimeo/psalm": "5.21",
"buggregator/trap": "^1.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c10b995

Please sign in to comment.