Skip to content

Commit

Permalink
Rector 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-janu committed May 16, 2024
1 parent 15c65b5 commit ef8bfeb
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 94 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": ">=8.0 <8.2",
"php": ">=8.0",
"nette/utils": "^3.0 | ^4.0"
},
"require-dev": {
"stanislav-janu/phpstan": "^1.0",
"nette/tester": "^2.4",
"rector/rector": "^0.14"
"nette/tester": "^2.5",
"rector/rector": "^1.0"
},
"scripts": {
"t": "vendor/bin/tester tests",
Expand All @@ -43,5 +43,5 @@
"dev-master": "3.0-dev"
}
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}
Loading

0 comments on commit ef8bfeb

Please sign in to comment.