Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devowhippit committed Dec 20, 2021
1 parent c0f0eef commit 3edcc28
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nyco/working-nyc",
"description": "Find and connect to services and resources that can help you prepare for and get a job.",
"version": "1.6.1",
"version": "1.7.0",
"authors": [
{
"name": "NYC Opportunity",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,21 @@
*/
class InstalledVersions
{
/**
* @var mixed[]|null
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
*/
private static $installed;

/**
* @var bool|null
*/
private static $canGetVendors;

/**
* @var array[]
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
*/
private static $installedByVendor = array();

/**
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php return array(
'root' => array(
'pretty_version' => '1.6.1',
'version' => '1.6.1.0',
'pretty_version' => '1.7.0',
'version' => '1.7.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -110,8 +110,8 @@
'dev_requirement' => true,
),
'nyco/working-nyc' => array(
'pretty_version' => '1.6.1',
'version' => '1.6.1.0',
'pretty_version' => '1.7.0',
'version' => '1.7.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
4 changes: 2 additions & 2 deletions wp-content/themes/workingnyc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wp-content/themes/workingnyc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workingnyc",
"version": "1.6.1",
"version": "1.7.0",
"description": "Connecting NYC job seekers to workforce services.",
"author": "Mayor's Office for Economic Opportunity",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/workingnyc/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Working NYC
Theme URI: https://github.com/NYCOpportunity/working-nyc
Version: 1.6.1
Version: 1.7.0
Author: NYC Opportunity
Author URI: https://github.com/NYCOpportunity/working-nyc
Description: Custom theme for Working NYC
Expand Down

0 comments on commit 3edcc28

Please sign in to comment.