File tree Expand file tree Collapse file tree 5 files changed +39
-8585
lines changed Expand file tree Collapse file tree 5 files changed +39
-8585
lines changed Original file line number Diff line number Diff line change 15
15
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
16
16
17
17
# ##> symfony/framework-bundle ###
18
- APP_ENV = prod
18
+ APP_ENV = dev
19
19
APP_SECRET = 5d06ec43bb4fba3510e81575422626eb
20
20
# ##< symfony/framework-bundle ###
21
21
Original file line number Diff line number Diff line change
1
+ /composer.lock
1
2
.idea
2
- .symfony5
3
3
.composer
4
- .bash_history
5
4
6
5
# ##> symfony/framework-bundle ###
7
6
/.env.local
21
20
# ##> phpstan/phpstan ###
22
21
phpstan.neon
23
22
# ##< phpstan/phpstan ###
23
+
24
+ # ##> php-cs-fixer/shim ###
25
+ /.php-cs-fixer.php
26
+ /.php-cs-fixer.cache
27
+ # ##< php-cs-fixer/shim ###
Original file line number Diff line number Diff line change 8
8
}
9
9
},
10
10
"require" : {
11
- "cleverage/doctrine-process-bundle" : " v2.0-RC1 " ,
12
- "cleverage/process-bundle" : " dev-v4-dev " ,
13
- "cleverage/process- ui-bundle" : " dev-v2-dev " ,
11
+ "cleverage/doctrine-process-bundle" : " dev-prepare-release " ,
12
+ "cleverage/process-bundle" : " dev-prepare-release " ,
13
+ "cleverage/ui-process- bundle" : " dev-prepare-release " ,
14
14
"symfony/flex" : " ^v2.3"
15
15
},
16
16
"require-dev" : {
33
33
"symfony/flex" : true ,
34
34
"symfony/runtime" : true
35
35
},
36
- "sort-packages" : true
37
- }
36
+ "sort-packages" : true ,
37
+ "preferred-install" : {
38
+ "cleverage/*" : " source" ,
39
+ "*" : " dist"
40
+ }
41
+ },
42
+ "repositories" : [
43
+ {
44
+ "type" : " vcs" ,
45
+ "url" : " https://github.com/cleverage/ui-process-bundle.git"
46
+ }
47
+ ],
48
+ "minimum-stability" : " dev"
38
49
}
You can’t perform that action at this time.
0 commit comments