You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,33 @@
1
1
# Composer Upgrader
2
2
3
-
[](https://packagist.org/packages/vildanbina/composer-upgrader)[](https://packagist.org/packages/vildanbina/composer-upgrader)[](https://packagist.org/packages/vildanbina/composer-upgrader)[](https://packagist.org/packages/vildanbina/composer-upgrader)
3
+
[](https://github.com/vildanbina/composer-upgrader/actions)
**Composer Upgrader** is a sleek and powerful Composer plugin designed to simplify dependency management. With a single command, upgrade all your project dependencies to their latest versions effortlessly. Key features include:
10
13
11
-
-🚀 **Customizable Upgrades**: Choose between major, minor, or patch-level updates.
12
-
-🎯 **Targeted Control**: Update specific packages with precision.
13
-
-🛡️ **Stability Options**: Tailor upgrades to your preferred stability level.
14
-
-🔍 **Safe Previews**: Test changes before applying them.
14
+
-**Customizable Upgrades**: Choose between major, minor, or patch-level updates.
15
+
-**Targeted Control**: Update specific packages with precision.
16
+
-**Stability Options**: Tailor upgrades to your preferred stability level.
17
+
-**Safe Previews**: Test changes before applying them.
15
18
16
19
This plugin updates your `composer.json` and lets you take the final step with `composer update`, keeping you in charge!
17
20
18
21
---
19
22
20
-
## 🛠️ Requirements
23
+
## Requirements
21
24
22
25
-**PHP**: `^8.0+`
23
26
-**Composer**: `2.x`
24
27
25
28
---
26
29
27
-
## 📦 Installation
30
+
## Installation
28
31
29
32
Install the plugin via Composer:
30
33
@@ -36,13 +39,13 @@ That’s it—no extra setup needed!
36
39
37
40
---
38
41
39
-
## ⚙️ Configuration
42
+
## Configuration
40
43
41
44
No configuration files required! Customize everything through command-line options for a lightweight experience.
42
45
43
46
---
44
47
45
-
## 🎮 Commands
48
+
## Commands
46
49
47
50
### `upgrade-all`
48
51
@@ -105,7 +108,7 @@ composer update
105
108
106
109
---
107
110
108
-
## ✨ Features
111
+
## Features
109
112
110
113
-**Precision Upgrades**: Selectively target major, minor, or patch updates.
111
114
-**Package Filtering**: Focus on specific dependencies with `--only`.
@@ -115,26 +118,26 @@ composer update
115
118
116
119
---
117
120
118
-
## 🤝 Contributing
121
+
## Contributing
119
122
120
123
Love to improve this tool? Check out [CONTRIBUTING](.github/CONTRIBUTING.md) for how to dive in—bug fixes, features, or docs welcome!
121
124
122
125
---
123
126
124
-
## 🔒 Security Vulnerabilities
127
+
## Security Vulnerabilities
125
128
126
129
Spot a security concern? Email [vildanbina@gmail.com](mailto:vildanbina@gmail.com) directly—we’ll address it promptly!
127
130
128
131
---
129
132
130
-
## 🌟 Credits
133
+
## Credits
131
134
132
135
-**[Vildan Bina](https://github.com/vildanbina)** – Creator & Lead Developer
133
136
-**All Contributors** – Thanks for your awesome support! ([See contributors](../../contributors))
134
137
135
138
---
136
139
137
-
## 📜 License
140
+
## License
138
141
139
142
Licensed under the MIT License (MIT). See [License File](LICENSE.md) for details.
0 commit comments