Skip to content

Commit

Permalink
fix(idna translator): refactoring of code and bug patches
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Mar 21, 2024
1 parent 9870d8f commit f182be4
Show file tree
Hide file tree
Showing 13 changed files with 391 additions and 2,114 deletions.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: 2
updates:
#PHP PROJECT
- package-ecosystem: "composer"
directory: "/"
schedule:
Expand All @@ -9,3 +8,11 @@ updates:
prefix: "fix"
prefix-development: "chore"
include: "scope"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "fix"
prefix-development: "chore"
include: "scope"
6 changes: 6 additions & 0 deletions .github/linters/phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
parameters:
level: 5
paths:
- src
bootstrapFiles:
- ../../vendor/autoload.php
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"assets": [
"HISTORY.md",
"@(package?(-lock)|composer).json",
"docs",
"report",
"src"
]
Expand Down
Loading

0 comments on commit f182be4

Please sign in to comment.