Skip to content

Commit 9ec16e3

Browse files
committed
[Test] run tests with lowest requirements
1 parent 5167825 commit 9ec16e3

69 files changed

Lines changed: 219 additions & 212 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs_next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Documentation"
22
on:
3-
pull_request:
3+
pull_request_target:
44
paths:
55
- 'docs/**'
66
- '.github/workflows/docs_next.yml'

.github/workflows/packages_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'src/CoreShop/Component/**'
77
- '.github/workflows/packages_components.yml'
8-
pull_request:
8+
pull_request_target:
99
branches: [ '4.0', '4.1', '5.0', 'next' ]
1010
paths:
1111
- 'src/CoreShop/Component/**'

phpstan-package.neon

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,22 @@ parameters:
66
- '**/DependencyInjection/Configuration.php'
77
- '**/Migrations/Version*.php'
88
# Ignore cause the file uses external dependencies and will only be used if those dependencies are met
9-
- 'CoreShop/Component/SEO/Extractor/LuceneSearchExtractor.php'
109
- '**/ProcessManager/IndexListener.php'
1110
- '**/ProcessManager/IndexProcess.php'
1211
- '**/DataHub/*.php'
1312
- 'vendor/***'
14-
- 'Core/EventListener/SessionStoreStorageListSubscriber.php'
15-
- 'Core/EventListener/SessionStoreStorageListLogoutSubscriber.php'
16-
- 'Core/EventListener/StorageListBlamerListener.php'
17-
- 'Core/Context/CustomerAndStoreBasedStorageListContext.php'
18-
- 'Core/Context/SessionAndStoreBasedStorageListContext.php'
19-
- 'Core/Context/StoreBasedStorageListContext.php'
20-
- 'Core/Provider/CoreContextProvider.php'
21-
- 'Core/Storage/SessionStorageListStorage.php'
22-
- 'Core/Repository/CustomerAndStoreAwareRepositoryInterface.php'
23-
- 'DependencyInjection/CoreShopStorageListExtension.php'
24-
- SplPriorityQueue.php
25-
- PriorityQueue.php
13+
- 'Core/EventListener/SessionStoreStorageListSubscriber.php?'
14+
- 'Core/EventListener/SessionStoreStorageListLogoutSubscriber.php?'
15+
- 'Core/EventListener/StorageListBlamerListener.php?'
16+
- 'Core/Context/CustomerAndStoreBasedStorageListContext.php?'
17+
- 'Core/Context/SessionAndStoreBasedStorageListContext.php?'
18+
- 'Core/Context/StoreBasedStorageListContext.php?'
19+
- 'Core/Provider/CoreContextProvider.php?'
20+
- 'Core/Storage/SessionStorageListStorage.php?'
21+
- 'Core/Repository/CustomerAndStoreAwareRepositoryInterface.php?'
22+
- 'DependencyInjection/CoreShopStorageListExtension.php?'
23+
- SplPriorityQueue.php?
24+
- PriorityQueue.php?
2625

2726
ignoreErrors:
2827
# Magic calls

src/CoreShop/Bundle/AddressBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"pimcore/pimcore": "^12.3"
3030
},
3131
"require-dev": {
32-
"phpstan/phpstan": "^1.10",
33-
"phpstan/phpstan-doctrine": "^1.3.40",
34-
"phpstan/phpstan-webmozart-assert": "^1.2.4"
32+
"phpstan/phpstan": "^2.1",
33+
"phpstan/phpstan-doctrine": "^2.0",
34+
"phpstan/phpstan-webmozart-assert": "^2.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

src/CoreShop/Bundle/ClassDefinitionPatchBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"sebastian/diff": "^4.0 | ^5.0 | ^6.0"
3030
},
3131
"require-dev": {
32-
"phpstan/phpstan": "^1.5.4",
33-
"phpstan/phpstan-doctrine": "^1.3.2",
34-
"phpstan/phpstan-webmozart-assert": "^1.1.2"
32+
"phpstan/phpstan": "^2.1",
33+
"phpstan/phpstan-doctrine": "^2.0",
34+
"phpstan/phpstan-webmozart-assert": "^2.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

src/CoreShop/Bundle/ConfigurationBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"pimcore/pimcore": "^12.3"
3030
},
3131
"require-dev": {
32-
"phpstan/phpstan": "^1.10",
33-
"phpstan/phpstan-doctrine": "^1.3.40",
34-
"phpstan/phpstan-webmozart-assert": "^1.2.4"
32+
"phpstan/phpstan": "^2.1",
33+
"phpstan/phpstan-doctrine": "^2.0",
34+
"phpstan/phpstan-webmozart-assert": "^2.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

src/CoreShop/Bundle/CoreBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"pimcore/newsletter-bundle": "^2.0"
6262
},
6363
"require-dev": {
64-
"phpstan/phpstan": "^1.10",
65-
"phpstan/phpstan-doctrine": "^1.3.40",
66-
"phpstan/phpstan-webmozart-assert": "^1.2.4"
64+
"phpstan/phpstan": "^2.1",
65+
"phpstan/phpstan-doctrine": "^2.0",
66+
"phpstan/phpstan-webmozart-assert": "^2.0"
6767
},
6868
"autoload": {
6969
"psr-4": {

src/CoreShop/Bundle/CurrencyBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"symfony/intl": "^6.3 || ^7.0"
3131
},
3232
"require-dev": {
33-
"phpstan/phpstan": "^1.10",
34-
"phpstan/phpstan-doctrine": "^1.3.40",
35-
"phpstan/phpstan-webmozart-assert": "^1.2.4"
33+
"phpstan/phpstan": "^2.1",
34+
"phpstan/phpstan-doctrine": "^2.0",
35+
"phpstan/phpstan-webmozart-assert": "^2.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

src/CoreShop/Bundle/CustomerBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"pimcore/newsletter-bundle": "^2.0"
3131
},
3232
"require-dev": {
33-
"phpstan/phpstan": "^1.10",
34-
"phpstan/phpstan-doctrine": "^1.3.40",
35-
"phpstan/phpstan-webmozart-assert": "^1.2.4"
33+
"phpstan/phpstan": "^2.1",
34+
"phpstan/phpstan-doctrine": "^2.0",
35+
"phpstan/phpstan-webmozart-assert": "^2.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

src/CoreShop/Bundle/FrontendBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"pimcore/pimcore": "^12.3"
2929
},
3030
"require-dev": {
31-
"phpstan/phpstan": "^1.10",
32-
"phpstan/phpstan-doctrine": "^1.3.40",
33-
"phpstan/phpstan-webmozart-assert": "^1.2.4"
31+
"phpstan/phpstan": "^2.1",
32+
"phpstan/phpstan-doctrine": "^2.0",
33+
"phpstan/phpstan-webmozart-assert": "^2.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)