build: scaffold composer package with PSR-4 autoloading #199
No reviewers
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core!199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/7-composer-scaffold"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #7
Sets up the
introibo/corecomposer library so engine code has a home.composer.json: nameintroibo/core, typelibrary, licenceAGPL-3.0-or-later, PHP>=7.4Introibo\Core\→src/,Introibo\Core\Tests\→tests/src/Introibo.phpfacade anchors the namespace and is the futureday()entry point (#13)composer.lockgit-ignored (library pins ranges, not a lockfile)composer validate --strictand a clean-checkoutcomposer install+ autoload smoke both pass locallyClean-room: no code copied from any prior calendar project.