We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c727f2d commit 7ee29b1Copy full SHA for 7ee29b1
package/src/progpilot/Console/Application.php
@@ -17,7 +17,7 @@
17
class Application extends BaseApplication
18
{
19
const NAME = 'progpilot';
20
- const VERSION = '1.1.0';
+ const VERSION = '1.1.1';
21
22
public function __construct()
23
projects/example/composer.json
@@ -3,7 +3,7 @@
3
"description": "Example of use of Progpilot",
4
"require": {
5
"php": ">=7.4",
6
- "designsecurity/progpilot": "^1.1.0",
+ "designsecurity/progpilot": "^1",
7
"ircmaxell/php-cfg": "^0.7.0"
8
}
9
projects/example_config/composer.json
@@ -9,7 +9,7 @@
],
10
11
12
- "progpilot/package": "^1.1.0",
+ "progpilot/package": "^1.1.1",
13
14
15
0 commit comments