Skip to content

Commit

Permalink
Remove regex from patterns (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Mar 18, 2023
1 parent a36b1bc commit 33fe3ac
Show file tree
Hide file tree
Showing 6 changed files with 614 additions and 568 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"prefer-stable": true,
"require": {
"php": "^8.0",
"phparkitect/phparkitect": "^0.3.9"
"phparkitect/phparkitect": "^0.3.19"
},
"require-dev": {
"laravel/pint": "^1.0",
"orchestra/testbench": "^6.6|^7.6",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2",
"laravel/pint": "^1.3",
"orchestra/testbench": "^7.17",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.3",
"phpunit/phpunit": "^9.5"
},
"scripts": {
Expand Down
Loading

0 comments on commit 33fe3ac

Please sign in to comment.