Skip to content

Commit

Permalink
Update composer normalize (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Feb 13, 2025
1 parent 8870b15 commit f886409
Show file tree
Hide file tree
Showing 2 changed files with 2,429 additions and 1,178 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jangregor/phpstan-prophecy",
"type": "phpstan-extension",
"description": "Provides a phpstan/phpstan extension for phpspec/prophecy",
"license": "MIT",
"type": "phpstan-extension",
"authors": [
{
"name": "Jan Gregor Emge-Triebel",
Expand All @@ -13,11 +13,6 @@
"php": "^7.4 || ^8.0",
"phpstan/phpstan": "^2.0.0"
},
"conflict": {
"phpspec/prophecy": "<1.17.0 || >=2.0.0",
"phpspec/prophecy-phpunit": "<2.3.0 || >=3.0.0",
"phpunit/phpunit": "<9.1.0 || >=12.0.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.1.1",
"ergebnis/license": "^2.6.0",
Expand All @@ -26,6 +21,21 @@
"phpspec/prophecy-phpunit": "^2.3",
"phpunit/phpunit": "^9.1.0"
},
"conflict": {
"phpspec/prophecy": "<1.17.0 || >=2.0.0",
"phpspec/prophecy-phpunit": "<2.3.0 || >=3.0.0",
"phpunit/phpunit": "<9.1.0 || >=12.0.0"
},
"autoload": {
"psr-4": {
"JanGregor\\Prophecy\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"JanGregor\\Prophecy\\Test\\": "test/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
Expand All @@ -38,15 +48,5 @@
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"JanGregor\\Prophecy\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"JanGregor\\Prophecy\\Test\\": "test/"
}
}
}
Loading

0 comments on commit f886409

Please sign in to comment.