Skip to content

Commit edeb618

Browse files
committed
ci: remove version tag
1 parent a2d58b5 commit edeb618

File tree

3 files changed

+858
-998
lines changed

3 files changed

+858
-998
lines changed

.github/workflows/security-analysis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
name: 🔐 Security analysis
44

55
on: # yamllint disable-line rule:truthy
6-
pull_request:
76
push:
7+
branches:
8+
- master
9+
pull_request:
10+
branches:
11+
- master
812

913
jobs:
1014
security-analysis:

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.",
44
"license": "MIT",
55
"type": "library",
6-
"version": "4.12.3",
76
"keywords": [
87
"php",
98
"php8",
@@ -80,7 +79,6 @@
8079
"psalm/plugin-phpunit": "~0.19.0",
8180
"rector/rector": "^1.0",
8281
"roave/infection-static-analysis-plugin": "^1.35",
83-
"roave/security-advisories": "dev-latest",
8482
"vimeo/psalm": "^5.23.1",
8583
"wayofdev/cs-fixer-config": "^1.2"
8684
},
@@ -108,6 +106,9 @@
108106
"pestphp/pest-plugin": true,
109107
"phpstan/extension-installer": true
110108
},
109+
"platform": {
110+
"php": "8.2.19"
111+
},
111112
"sort-packages": true
112113
},
113114
"extra": {

0 commit comments

Comments
 (0)