Skip to content

Commit 8c8760d

Browse files
committed
composer restore
1 parent 48b187f commit 8c8760d

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

composer.json

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
<<<<<<< HEAD
32
"name": "spojenet/subreg",
43
"description": "PHP Based Library for easy interaction with soap.subreg.cz",
54
"license": "MIT",
@@ -37,45 +36,5 @@
3736
"allow-plugins": {
3837
"ergebnis/composer-normalize": true
3938
}
40-
=======
41-
"name": "spojenet/subreg",
42-
"description": "PHP Based Library for easy interaction with soap.subreg.cz",
43-
"license": "MIT",
44-
"authors": [
45-
{
46-
"name": "Vítězslav Dvořák",
47-
"email": "info@vitexsoftware.cz"
48-
>>>>>>> c72a69d (build pipelines update)
4939
}
50-
],
51-
"require": {
52-
"ext-soap": "*",
53-
"vitexsoftware/ease-core": ">=1.49.0"
54-
},
55-
"autoload": {
56-
"psr-4": {
57-
"Subreg\\": "src/Subreg/"
58-
}
59-
},
60-
"autoload-dev": {
61-
"psr-4": {
62-
"Test\\Ease\\": "vendor/vitexsoftware/ease-core/tests/src/Ease",
63-
"Test\\Subreg\\": "testing/src/Subreg/",
64-
"Test\\": "testing/"
65-
}
66-
},
67-
"require-dev": {
68-
"phpunit/phpunit": "*",
69-
"phpstan/phpstan": "*",
70-
"friendsofphp/php-cs-fixer": "^3.89",
71-
"ergebnis/composer-normalize": "^2.48",
72-
"ergebnis/php-cs-fixer-config": "^6.56",
73-
"phpstan/phpstan-phpunit": "2.0.8"
74-
},
75-
"config": {
76-
"allow-plugins": {
77-
"ergebnis/composer-normalize": true
78-
}
79-
},
80-
"type": "library"
8140
}

0 commit comments

Comments
 (0)