Skip to content

Commit

Permalink
feat: Create library (#4)
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
Gashmob authored Apr 17, 2024
2 parents 951ed12 + a7f080c commit dc2c78c
Show file tree
Hide file tree
Showing 31 changed files with 2,023 additions and 193 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: "Check ${{ matrix.test }}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
test: [ 'unit-test', 'phpcs', 'psalm', 'phpstan' ]
steps:
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@
}
},
"require": {
"php": ">= 8.2"
"php": ">= 8.2",
"composer-runtime-api": "^2.2",
"archict/brick": "^0.1.0",
"composer/class-map-generator": "^1.1",
"azjezz/psl": "^2.9",
"cuyz/valinor": "^1.12",
"symfony/yaml": "^7.0"
},
"autoload-dev": {
"psr-4": {
"Archict\\Core\\": "tests/unit"
"Archict\\Core\\": ["tests/unit", "tests/lib"]
}
},
"require-dev": {
Expand Down
Loading

0 comments on commit dc2c78c

Please sign in to comment.