Skip to content

Commit

Permalink
Merge pull request #44 from infocyph/feature/improvements-24
Browse files Browse the repository at this point in the history
common-upgrades
  • Loading branch information
abmmhasan authored May 24, 2024
2 parents cbcb001 + c25a3de commit 3c58bb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.gitattributes abmmhasan@users.noreply.github.com
.github/CODEOWNERS abmmhasan@users.noreply.github.com
.github/dependabot.yml abmmhasan@users.noreply.github.com
.github/workflows/build.yml abmmhasan@users.noreply.github.com
.gitignore abmmhasan@users.noreply.github.com
Expand Down Expand Up @@ -46,7 +48,7 @@ src/Memoize/Cache.php abmmhasan@users.noreply.github.com
src/Memoize/WeakCache.php abmmhasan@users.noreply.github.com
src/Remix/MacroMix.php abmmhasan@users.noreply.github.com
src/functions.php abmmhasan@users.noreply.github.com
tests/Feature/ArchTest.php abmmhasan@users.noreply.github.com
tests/ArchTest.php abmmhasan@users.noreply.github.com
tests/Feature/ClassInitializationTest.php abmmhasan@users.noreply.github.com
tests/Feature/InjectionLessTest.php abmmhasan@users.noreply.github.com
tests/Feature/InjectionTest.php abmmhasan@users.noreply.github.com
Expand All @@ -64,6 +66,3 @@ tests/Fixture/InterfaceB.php abmmhasan@users.noreply.github.com
tests/Fixture/InterfaceC.php abmmhasan@users.noreply.github.com
tests/Fixture/ParentPropertyClass.php abmmhasan@users.noreply.github.com
tests/Fixture/PropertyClass.php abmmhasan@users.noreply.github.com
tests/Pest.php abmmhasan@users.noreply.github.com
tests/TestCase.php abmmhasan@users.noreply.github.com
tests/Unit/CommonTest.php abmmhasan@users.noreply.github.com
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches: [ '*' ]
pull_request:
branches: [ "main" ]
branches: [ "main", "master", "develop" ]

jobs:
run:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"test": "pest",
"refactor": "rector process",
"lint": "pint",
"post-install-cmd": "@git:hook"
"post-autoload-dump": "@git:hook"
}
}

0 comments on commit 3c58bb2

Please sign in to comment.