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

[TASK] Update dependencies #1

Merged
merged 1 commit into from
Sep 18, 2023
Merged
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
14 changes: 4 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"description": "Study programme page for universities. Ships structured data preparation",
"minimum-stability": "stable",
"license": "GPL-2.0-or-later",
"repositories": {
"educational": {
"type": "vcs",
"url": "https://github.com/fgtclb/typo3-category-types"
}
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin",
Expand All @@ -31,7 +25,7 @@
},
"require": {
"php": "^7.4",
"fgtclb/category-types": "dev-main",
"fgtclb/category-types": "^1.0",
"typo3/cms-backend": "^11.5",
"typo3/cms-core": "^11.5",
"typo3/cms-extbase": "^11.5",
Expand All @@ -52,12 +46,12 @@
"typo3/coding-standards": "^0.6.1"
},
"suggest": {
"b13/container": "Allowed container element options for course"
"b13/container": "Allowed container element options for course",
"fgtclb/page-backend-layout": "Add structured data layout to the backend"
},
"autoload": {
"psr-4": {
"FGTCLB\\AcademicStudies\\": "Classes/",
"FGTCLB\\AcademicStudies\\Migrations\\": "Migrations/"
"FGTCLB\\AcademicStudies\\": "Classes/"
}
},
"autoload-dev": {
Expand Down
Loading