Skip to content

Commit

Permalink
test gitlabci
Browse files Browse the repository at this point in the history
  • Loading branch information
Magehawks committed Mar 6, 2024
1 parent 65dffb5 commit 39fb24f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 203 deletions.
1 change: 0 additions & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"vich/uploader-bundle": "*"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.5",
"fakerphp/faker": "^1.23",
"symfony/maker-bundle": "^1.50"
},
Expand Down
173 changes: 1 addition & 172 deletions app/composer.lock

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

1 change: 0 additions & 1 deletion app/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Expand Down
17 changes: 0 additions & 17 deletions app/src/DataFixtures/AppFixtures.php

This file was deleted.

12 changes: 0 additions & 12 deletions app/symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@
"src/Repository/.gitignore"
]
},
"doctrine/doctrine-fixtures-bundle": {
"version": "3.5",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.0",
"ref": "1f5514cfa15b947298df4d771e694e578d4c204d"
},
"files": [
"src/DataFixtures/AppFixtures.php"
]
},
"doctrine/doctrine-migrations-bundle": {
"version": "3.3",
"recipe": {
Expand Down

0 comments on commit 39fb24f

Please sign in to comment.