Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

## :wave:  Introduction

Backend repository for youvo based on Drupal 10.
Backend repository for youvo based on Drupal 11.

### What is happening here?

We are building the new backend for [youvo.org](https://www.youvo.org) - a platform that connects social organizations with creatives for skill-based volunteering projects. The backend of the main platform runs on Drupal 7. We are migrating to a decoupled stack with Drupal 10 and Remix. The current development phase is until the end of June. Most of the features are still in early development and highly unstable. The Academy is running as a beta on [beta.youvo.org](https://beta.youvo.org/academy) (after registration).
We are building the new backend for [youvo.org](https://www.youvo.org) - a platform that connects social organizations with creatives for skill-based volunteering projects. The backend of the main platform runs on Drupal 7. We are migrating to a decoupled stack with Drupal 11 and Remix. The current development phase is until the end of June. Most of the features are still in early development and highly unstable. The Academy is running as a beta on [beta.youvo.org](https://beta.youvo.org/academy) (after registration).

### How to contact us?

Expand Down
14 changes: 6 additions & 8 deletions composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ packages:
cweagans/composer-patches: 1.7.3
dealerdirect/phpcodesniffer-composer-installer: v0.7.2
defuse/php-encryption: v2.4.0
dekor/php-array-table: '2.0'
dflydev/dot-access-data: v3.0.3
doctrine/annotations: 2.0.2
doctrine/common: 3.5.0
Expand All @@ -42,7 +41,7 @@ packages:
drupal/consumers: 1.19.0
drupal/core: 11.2.2
drupal/core-composer-scaffold: 11.2.2
drupal/core-dev: 11.2.0-beta1
drupal/core-dev: 11.2.2
drupal/core-project-message: 11.2.2
drupal/core-recommended: 11.2.2
drupal/core-vendor-hardening: 11.2.2
Expand Down Expand Up @@ -73,7 +72,6 @@ packages:
drupal/simple_oauth: 6.0.0
drupal/sophron: 2.2.1
drupal/subrequests: 3.0.12
drupal/upgrade_status: 4.3.8
drupal/user_bundle: 1.4.0
drupal/warmer: 2.0.14
drush/drush: 13.6.0
Expand All @@ -89,7 +87,7 @@ packages:
guzzlehttp/guzzle: 7.9.3
guzzlehttp/promises: 2.2.0
guzzlehttp/psr7: 2.7.1
jangregor/phpstan-prophecy: 1.0.2
jangregor/phpstan-prophecy: 2.2.0
joachim-n/composer-manifest: 1.1.7
justinrainbow/json-schema: 6.4.2
laravel/prompts: v0.3.5
Expand All @@ -106,7 +104,7 @@ packages:
masterminds/html5: 2.9.0
mck89/peast: v1.17.2
mglaman/composer-drupal-lenient: 1.0.7
mglaman/phpstan-drupal: 1.3.9
mglaman/phpstan-drupal: 2.0.7
micheh/phpcs-gitlab: 2.0.0
mikey179/vfsstream: v1.6.12
myclabs/deep-copy: 1.13.3
Expand Down Expand Up @@ -141,9 +139,9 @@ packages:
phpspec/prophecy-phpunit: v2.4.0
phpstan/extension-installer: 1.4.3
phpstan/phpdoc-parser: 2.1.0
phpstan/phpstan: 1.12.27
phpstan/phpstan-deprecation-rules: 1.2.1
phpstan/phpstan-phpunit: 1.4.2
phpstan/phpstan: 2.1.17
phpstan/phpstan-deprecation-rules: 2.0.3
phpstan/phpstan-phpunit: 2.0.6
phpunit/php-code-coverage: 11.0.10
phpunit/php-file-iterator: 5.1.0
phpunit/php-invoker: 5.0.1
Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"drupal/responsive_favicons": "^3.0",
"drupal/simple_oauth": "^6.0@beta",
"drupal/subrequests": "^3.0",
"drupal/upgrade_status": "^4.0",
"drupal/user_bundle": "^1.2",
"drush/drush": "^13.3",
"joachim-n/composer-manifest": "^1.1",
Expand Down Expand Up @@ -157,13 +156,13 @@
"drupal/openapi_ui_redoc": "^1.0@RC",
"drupal/restui": "^1.21",
"fakerphp/faker": "^1.21",
"jangregor/phpstan-prophecy": "^1.0",
"mglaman/phpstan-drupal": "^1.1",
"jangregor/phpstan-prophecy": "^2.2",
"mglaman/phpstan-drupal": "^2.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpspec/prophecy-phpunit": "^2.4",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"roave/security-advisories": "dev-latest",
"weitzman/drupal-test-traits": "^2.5"
},
Expand Down
Loading