Skip to content

Commit

Permalink
Fetch latest contributors using FlowPHP itself (#950)
Browse files Browse the repository at this point in the history
* Fetch latest contributors using FlowPHP itself

* Sort contributors by amount of done contributions

* Adjust after review

* Remove usage of json adapter

* Update composer.lock

* Use proper method for memory data dump
  • Loading branch information
stloyd authored Feb 2, 2024
1 parent 9ceaa1d commit 3de8f33
Show file tree
Hide file tree
Showing 7 changed files with 1,215 additions and 277 deletions.
3 changes: 2 additions & 1 deletion src/web/landing/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
APP_ENV=dev
APP_SECRET=04f48bdb7d5426b4c5ba6aaf3d00a1fa
APP_SECRET=04f48bdb7d5426b4c5ba6aaf3d00a1fa
GITHUB_TOKEN=changeme
5 changes: 5 additions & 0 deletions src/web/landing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"description": "Flow PHP ETL - Web",
"type": "project",
"require": {
"flow-php/etl": "1.x-dev",
"flow-php/etl-adapter-http": "1.x-dev",
"nyholm/psr7": "^1.8",
"php-http/curl-client": "^2.3",
"psr/http-client": "^1.0",
"symfony/http-kernel": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/routing": "^6.4",
Expand Down
Loading

0 comments on commit 3de8f33

Please sign in to comment.