Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Test] Symfony framework dagger module#59240

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dragoonis wants to merge4 commits intosymfony:7.4
base:7.4
Choose a base branch
Loading
fromdragoonis:7.3
Open
Show file tree
Hide file tree
Changes fromall 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
2 changes: 2 additions & 0 deletions.dagger/.gitattributes
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
/sdk/** linguist-generated
/entrypoint.php linguist-generated
2 changes: 2 additions & 0 deletions.dagger/.gitignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
/sdk
/vendor
52 changes: 52 additions & 0 deletions.dagger/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
# Dagger PHP SDK

## Initializing the dagger runtime on this project

You'll need to do this before you can run the dagger command

``` bash
dagger init --sdk=php .
```

## Running the phpstan tests

### Running phpstan on the entire repository

``` bash
dagger call phpstan --source=.
```

### Running phpstan on all components

``` bash
dagger call phpstan-components --source=.
```

### Running phpstan on a specific component

``` bash
dagger call phpstan-component --source=. --component=Asset
```


## Running psalm tests


### Running psalm on the entire repository

``` bash
dagger call psalm --source=.
```

### Running psalm on all components

``` bash
dagger call psalm-components --source=.
```

### Running psalm on a specific component

``` bash
dagger call psalm-component --source=. --component=Asset
```

29 changes: 29 additions & 0 deletions.dagger/composer.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
{
"name": "daggermodule/symfony",
"description": "",
"version": "1.0.0",
"minimum-stability": "dev",
"license": "proprietary",
"authors": [
],
"repositories": [
{
"type": "path",
"url": "./sdk"
}
],
"require": {
"php": "^8.1",
"dagger/dagger": "*@dev"
},
"autoload": {
"psr-4": {
"DaggerModule\\": "src/"
}
},
"config": {
"platform": {
"php": "8.3.7"
}
}
}
25 changes: 25 additions & 0 deletions.dagger/entrypoint.php
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp